Struct fasthash_sys::uint128_c_t[][src]

#[repr(C)]
pub struct uint128_c_t { pub a: u64, pub b: u64, }

Fields

Trait Implementations

impl Debug for uint128_c_t
[src]

Formats the value using the given formatter. Read more

impl Copy for uint128_c_t
[src]

impl Clone for uint128_c_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for uint128_c_t

impl Sync for uint128_c_t