#[repr(C, packed(1))]pub struct Atapi {
pub header: DevicePathProtocol,
pub primary_secondary: PrimarySecondary,
pub master_slave: MasterSlave,
pub logical_unit_number: u16,
}
Fields§
§header: DevicePathProtocol
§primary_secondary: PrimarySecondary
§master_slave: MasterSlave
§logical_unit_number: u16
Auto Trait Implementations§
impl Freeze for Atapi
impl RefUnwindSafe for Atapi
impl Send for Atapi
impl Sync for Atapi
impl Unpin for Atapi
impl UnwindSafe for Atapi
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