pub struct HyperVIdeDeps {
pub attached_to: BusIdPci,
pub primary_channel_drives: [Option<DriveMedia>; 2],
pub secondary_channel_drives: [Option<DriveMedia>; 2],
}
Expand description
Hyper-V IDE controller (fixed pci address: 0:7.1)
Fields§
§attached_to: BusIdPci
vmotherboard
bus identifier
primary_channel_drives: [Option<DriveMedia>; 2]
Drives attached to the primary IDE channel
secondary_channel_drives: [Option<DriveMedia>; 2]
Drives attached to the secondary IDE channel
Auto Trait Implementations§
impl Freeze for HyperVIdeDeps
impl !RefUnwindSafe for HyperVIdeDeps
impl Send for HyperVIdeDeps
impl Sync for HyperVIdeDeps
impl Unpin for HyperVIdeDeps
impl !UnwindSafe for HyperVIdeDeps
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more