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