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