#[repr(C)]struct EndDevicePath {
header: EfiDevicePath,
}Fields§
§header: EfiDevicePathAuto Trait Implementations§
impl Freeze for EndDevicePath
impl RefUnwindSafe for EndDevicePath
impl Send for EndDevicePath
impl Sync for EndDevicePath
impl Unpin for EndDevicePath
impl UnwindSafe for EndDevicePath
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