pub struct MemoryMap<'a, B: BootServices + ?Sized> {
pub descriptors: BootServicesBox<'a, [MemoryDescriptor], B>,
pub map_key: usize,
pub descriptor_version: u32,
}Fields§
§descriptors: BootServicesBox<'a, [MemoryDescriptor], B>§map_key: usize§descriptor_version: u32Trait Implementations§
Auto Trait Implementations§
impl<'a, B> Freeze for MemoryMap<'a, B>where
B: ?Sized,
impl<'a, B> RefUnwindSafe for MemoryMap<'a, B>where
B: RefUnwindSafe + ?Sized,
impl<'a, B> !Send for MemoryMap<'a, B>
impl<'a, B> !Sync for MemoryMap<'a, B>
impl<'a, B> Unpin for MemoryMap<'a, B>where
B: ?Sized,
impl<'a, B> UnwindSafe for MemoryMap<'a, B>where
B: RefUnwindSafe + ?Sized,
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