unsigned64

Type Alias unsigned64 

Source
pub type unsigned64 = Struct_counter64;

Aliased Type§

#[repr(C)]
pub struct unsigned64 { pub high: u64, pub low: u64, }

Fields§

§high: u64§low: u64