#[repr(C, packed(1))]pub struct MemMapEntry { /* private fields */ }Expand description
The memory map entry type.
This structure shall be compatible with the multiboot_memory_map_t struct at Link: https://www.gnu.org/software/grub/manual/multiboot/multiboot.html
Auto Trait Implementations§
impl Freeze for MemMapEntry
impl RefUnwindSafe for MemMapEntry
impl Send for MemMapEntry
impl Sync for MemMapEntry
impl Unpin for MemMapEntry
impl UnwindSafe for MemMapEntry
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