#[repr(transparent)]pub struct Int64(pub i64);
Tuple Fields§
§0: i64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Int64
impl Send for Int64
impl Sync for Int64
impl Unpin for Int64
impl UnwindSafe for Int64
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