#[repr(C)]pub struct DevicePath {
pub Type: u8,
pub SubType: u8,
pub Length: u16,
}Fields§
§Type: u8§SubType: u8§Length: u16Implementations§
Auto Trait Implementations§
impl Freeze for DevicePath
impl RefUnwindSafe for DevicePath
impl Send for DevicePath
impl Sync for DevicePath
impl Unpin for DevicePath
impl UnwindSafe for DevicePath
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