#[repr(C)]pub struct BackingMemoryEntry {
pub address: u64,
pub length: u32,
/* private fields */
}
Fields§
§address: u64
§length: u32
Implementations§
Source§impl BackingMemoryEntry
impl BackingMemoryEntry
pub fn new(address: u64, length: u32) -> BackingMemoryEntry
Trait Implementations§
Source§impl Clone for BackingMemoryEntry
impl Clone for BackingMemoryEntry
Source§fn clone(&self) -> BackingMemoryEntry
fn clone(&self) -> BackingMemoryEntry
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for BackingMemoryEntry
impl RefUnwindSafe for BackingMemoryEntry
impl Send for BackingMemoryEntry
impl Sync for BackingMemoryEntry
impl Unpin for BackingMemoryEntry
impl UnwindSafe for BackingMemoryEntry
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