Struct fasthash_sys::uint128_c_t
[−]
[src]
pub struct uint128_c_t { pub a: u64, pub b: u64, }
Fields
a: u64
b: u64
Trait Implementations
impl Debug for uint128_c_t
[src]
impl Copy for uint128_c_t
[src]
impl Clone for uint128_c_t
[src]
fn clone(&self) -> Self
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