#[repr(C, packed(1))]struct InitrdDevicePath {
vendor: VendorDevicePath,
end: EndDevicePath,
}Fields§
§vendor: VendorDevicePath§end: EndDevicePathImplementations§
Auto Trait Implementations§
impl Freeze for InitrdDevicePath
impl RefUnwindSafe for InitrdDevicePath
impl Send for InitrdDevicePath
impl Sync for InitrdDevicePath
impl Unpin for InitrdDevicePath
impl UnwindSafe for InitrdDevicePath
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