pub struct U144 {
pub hi: u128,
pub lo: u16,
}Fields§
§hi: u128§lo: u16Implementations§
Trait Implementations§
Source§impl PartialOrd for U144
impl PartialOrd for U144
impl StructuralPartialEq for U144
Auto Trait Implementations§
impl Freeze for U144
impl RefUnwindSafe for U144
impl Send for U144
impl Sync for U144
impl Unpin for U144
impl UnwindSafe for U144
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