pub struct MemMapEntry {
pub base_addr: u64,
pub length: u64,
pub entry_type: u32,
}
Fields§
§base_addr: u64
§length: u64
§entry_type: u32
Trait Implementations§
Source§impl Clone for MemMapEntry
impl Clone for MemMapEntry
Source§fn clone(&self) -> MemMapEntry
fn clone(&self) -> MemMapEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MemMapEntry
impl Debug for MemMapEntry
Source§impl PartialEq for MemMapEntry
impl PartialEq for MemMapEntry
impl Copy for MemMapEntry
impl Eq for MemMapEntry
impl StructuralPartialEq for MemMapEntry
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