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