#[repr(C, align(8))]pub struct Key32Value32 {
pub value: u32,
pub key: u32,
}
Fields§
§value: u32
§key: u32
Trait Implementations§
Source§impl Clone for Key32Value32
impl Clone for Key32Value32
Source§fn clone(&self) -> Key32Value32
fn clone(&self) -> Key32Value32
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 Key32Value32
impl Debug for Key32Value32
Source§impl Default for Key32Value32
impl Default for Key32Value32
Source§fn default() -> Key32Value32
fn default() -> Key32Value32
Returns the “default value” for a type. Read more
Source§impl Ord for Key32Value32
impl Ord for Key32Value32
Source§impl PartialEq for Key32Value32
impl PartialEq for Key32Value32
Source§impl PartialOrd for Key32Value32
impl PartialOrd for Key32Value32
Source§impl VqsortItem for Key32Value32
impl VqsortItem for Key32Value32
impl Copy for Key32Value32
impl Eq for Key32Value32
impl StructuralPartialEq for Key32Value32
Auto Trait Implementations§
impl Freeze for Key32Value32
impl RefUnwindSafe for Key32Value32
impl Send for Key32Value32
impl Sync for Key32Value32
impl Unpin for Key32Value32
impl UnwindSafe for Key32Value32
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