pub struct KEY_OFFSET { /* private fields */ }
Trait Implementations§
Source§impl Deref for KEY_OFFSET
impl Deref for KEY_OFFSET
impl LazyStatic for KEY_OFFSET
Auto Trait Implementations§
impl Freeze for KEY_OFFSET
impl RefUnwindSafe for KEY_OFFSET
impl Send for KEY_OFFSET
impl Sync for KEY_OFFSET
impl Unpin for KEY_OFFSET
impl UnwindSafe for KEY_OFFSET
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