Struct limine_protocol::structures::memory_map_entry::MemoryMapEntry
source · [−]Expand description
Entry in the Memory Map
Fields
base: u64The base address of the entry
length: u64The length of the entry
kind: EntryTypeThe type of the entry
Implementations
sourceimpl MemoryMapEntry
impl MemoryMapEntry
Trait Implementations
sourceimpl Debug for MemoryMapEntry
impl Debug for MemoryMapEntry
sourceimpl PartialEq<MemoryMapEntry> for MemoryMapEntry
impl PartialEq<MemoryMapEntry> for MemoryMapEntry
sourcefn eq(&self, other: &MemoryMapEntry) -> bool
fn eq(&self, other: &MemoryMapEntry) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &MemoryMapEntry) -> bool
fn ne(&self, other: &MemoryMapEntry) -> bool
This method tests for !=.
impl Eq for MemoryMapEntry
impl StructuralEq for MemoryMapEntry
impl StructuralPartialEq for MemoryMapEntry
Auto Trait Implementations
impl RefUnwindSafe for MemoryMapEntry
impl Send for MemoryMapEntry
impl Sync for MemoryMapEntry
impl Unpin for MemoryMapEntry
impl UnwindSafe for MemoryMapEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more