#[repr(C)]struct MemoryMappedDevicePath {
header: EfiDevicePath,
memory_type: u32,
start_address: u64,
end_address: u64,
}Fields§
§header: EfiDevicePath§memory_type: u32§start_address: u64§end_address: u64Auto Trait Implementations§
impl Freeze for MemoryMappedDevicePath
impl RefUnwindSafe for MemoryMappedDevicePath
impl Send for MemoryMappedDevicePath
impl Sync for MemoryMappedDevicePath
impl Unpin for MemoryMappedDevicePath
impl UnwindSafe for MemoryMappedDevicePath
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