Struct fasthash_sys::std_namespace_pair [] [src]

pub struct std_namespace_pair<_T1, _T2> {
    pub first: _T1,
    pub second: _T2,
}

Fields

Trait Implementations

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

Formats the value using the given formatter.

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more