Struct fasthash_sys::pair
[−]
[src]
#[repr(C)]pub struct pair<_T1, _T2> { pub first: _T1, pub second: _T2, }
Fields
first: _T1
second: _T2
Trait Implementations
impl<_T1: Debug, _T2: Debug> Debug for pair<_T1, _T2>
[src]
impl<_T1: Copy, _T2: Copy> Copy for pair<_T1, _T2>
[src]
impl<_T1: Clone, _T2: Clone> Clone for pair<_T1, _T2>
[src]
fn clone(&self) -> pair<_T1, _T2>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more