pub struct Long(/* private fields */);Expand description
A wrapper struct for a signed 64-bit integer value, typically used for implementing DataReader and DataWriter.
Trait Implementations§
source§impl ImportantFunctions for Long
impl ImportantFunctions for Long
Auto Trait Implementations§
impl Freeze for Long
impl RefUnwindSafe for Long
impl Send for Long
impl Sync for Long
impl Unpin for Long
impl UnwindSafe for Long
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