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