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