Struct dbs_boot::layout::GUEST_MEM_END
source · [−]pub struct GUEST_MEM_END { /* private fields */ }Expand description
Upper bound of guest memory.
Methods from Deref<Target = u64>
Trait Implementations
sourceimpl Deref for GUEST_MEM_END
impl Deref for GUEST_MEM_END
impl LazyStatic for GUEST_MEM_END
Auto Trait Implementations
impl RefUnwindSafe for GUEST_MEM_END
impl Send for GUEST_MEM_END
impl Sync for GUEST_MEM_END
impl Unpin for GUEST_MEM_END
impl UnwindSafe for GUEST_MEM_END
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