#[repr(C)]struct EfiDevicePath {
type: u8,
sub_type: u8,
length: [u8; 2],
}Fields§
§type: u8§sub_type: u8§length: [u8; 2]Implementations§
Auto Trait Implementations§
impl Freeze for EfiDevicePath
impl RefUnwindSafe for EfiDevicePath
impl Send for EfiDevicePath
impl Sync for EfiDevicePath
impl Unpin for EfiDevicePath
impl UnwindSafe for EfiDevicePath
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