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