pub struct U64Pair {
pub least_significant_bits: u64,
pub most_significant_bits: u64,
}
Fields§
§least_significant_bits: u64
§most_significant_bits: u64
Trait Implementations§
impl Copy for U64Pair
impl StructuralPartialEq for U64Pair
Auto Trait Implementations§
impl Freeze for U64Pair
impl RefUnwindSafe for U64Pair
impl Send for U64Pair
impl Sync for U64Pair
impl Unpin for U64Pair
impl UnwindSafe for U64Pair
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)