#[repr(C, packed(1))]pub struct MemoryMapped {
pub header: DevicePathProtocol,
pub memory_type: MemoryType,
pub start_address: u64,
pub end_address: u64,
}
Fields§
§header: DevicePathProtocol
§memory_type: MemoryType
§start_address: u64
§end_address: u64
Auto Trait Implementations§
impl Freeze for MemoryMapped
impl RefUnwindSafe for MemoryMapped
impl Send for MemoryMapped
impl Sync for MemoryMapped
impl Unpin for MemoryMapped
impl UnwindSafe for MemoryMapped
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