pub(crate) struct LazyUsize(AtomicUsize);
Tuple Fields§
§0: AtomicUsize
Implementations§
Auto Trait Implementations§
impl !Freeze for LazyUsize
impl RefUnwindSafe for LazyUsize
impl Send for LazyUsize
impl Sync for LazyUsize
impl Unpin for LazyUsize
impl UnwindSafe for LazyUsize
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