#[repr(C, align(16))]pub struct Key64Value64 {
pub value: u64,
pub key: u64,
}
Fields§
§value: u64
§key: u64
Trait Implementations§
Source§impl Clone for Key64Value64
impl Clone for Key64Value64
Source§fn clone(&self) -> Key64Value64
fn clone(&self) -> Key64Value64
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Key64Value64
impl Debug for Key64Value64
Source§impl Default for Key64Value64
impl Default for Key64Value64
Source§fn default() -> Key64Value64
fn default() -> Key64Value64
Returns the “default value” for a type. Read more
Source§impl Ord for Key64Value64
impl Ord for Key64Value64
Source§impl PartialEq for Key64Value64
impl PartialEq for Key64Value64
Source§impl PartialOrd for Key64Value64
impl PartialOrd for Key64Value64
Source§impl VqsortItem for Key64Value64
impl VqsortItem for Key64Value64
impl Copy for Key64Value64
impl Eq for Key64Value64
impl StructuralPartialEq for Key64Value64
Auto Trait Implementations§
impl Freeze for Key64Value64
impl RefUnwindSafe for Key64Value64
impl Send for Key64Value64
impl Sync for Key64Value64
impl Unpin for Key64Value64
impl UnwindSafe for Key64Value64
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