#[repr(C)]pub struct U128Box {
pub high: u64,
pub low: u64,
}
Fields§
§high: u64
§low: u64
Implementations§
Trait Implementations§
impl Copy for U128Box
Auto Trait Implementations§
impl Freeze for U128Box
impl RefUnwindSafe for U128Box
impl Send for U128Box
impl Sync for U128Box
impl Unpin for U128Box
impl UnwindSafe for U128Box
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