#[repr(C)]pub struct MemoryRegionCache {
pub xlat: u64,
pub len: u64,
pub as_: *mut AddressSpace,
}Fields§
§xlat: u64§len: u64§as_: *mut AddressSpaceTrait Implementations§
Source§impl Clone for MemoryRegionCache
impl Clone for MemoryRegionCache
Source§fn clone(&self) -> MemoryRegionCache
fn clone(&self) -> MemoryRegionCache
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MemoryRegionCache
Auto Trait Implementations§
impl !Send for MemoryRegionCache
impl !Sync for MemoryRegionCache
impl Freeze for MemoryRegionCache
impl RefUnwindSafe for MemoryRegionCache
impl Unpin for MemoryRegionCache
impl UnsafeUnpin for MemoryRegionCache
impl UnwindSafe for MemoryRegionCache
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