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