Struct rust_chain::structs::Int128
source · [−]Expand description
Fields
lo: u64
hi: u64
Trait Implementations
impl Copy for Int128
Auto Trait Implementations
impl RefUnwindSafe for Int128
impl Send for Int128
impl Sync for Int128
impl Unpin for Int128
impl UnwindSafe for Int128
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more