pub struct GUEST_MEM_END { /* private fields */ }
Expand description
Upper bound of guest memory.
Trait Implementations§
Source§impl Deref for GUEST_MEM_END
impl Deref for GUEST_MEM_END
impl LazyStatic for GUEST_MEM_END
Auto Trait Implementations§
impl Freeze for GUEST_MEM_END
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§
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