pub struct USABLE_END { /* private fields */ }
Expand description
Upper bound of host memory.
Trait Implementations§
Source§impl Deref for USABLE_END
impl Deref for USABLE_END
impl LazyStatic for USABLE_END
Auto Trait Implementations§
impl Freeze for USABLE_END
impl RefUnwindSafe for USABLE_END
impl Send for USABLE_END
impl Sync for USABLE_END
impl Unpin for USABLE_END
impl UnwindSafe for USABLE_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