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