pub(crate) struct uint128 {
pub(crate) hi: u64,
pub(crate) lo: u64,
}Fields§
§hi: u64§lo: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for uint128
impl RefUnwindSafe for uint128
impl Send for uint128
impl Sync for uint128
impl Unpin for uint128
impl UnwindSafe for uint128
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