Struct fasthash_sys::pair [] [src]

#[repr(C)]
pub struct pair<_T1, _T2> { pub first: _T1, pub second: _T2, pub _phantom_0: PhantomData<UnsafeCell<_T1>>, pub _phantom_1: PhantomData<UnsafeCell<_T2>>, }

Fields

Trait Implementations

impl<_T1: Debug, _T2: Debug> Debug for pair<_T1, _T2>
[src]

Formats the value using the given formatter.

impl<_T1: Copy, _T2: Copy> Copy for pair<_T1, _T2>
[src]

impl<_T1: Clone, _T2: Clone> Clone for pair<_T1, _T2>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more