integer64

Type Alias integer64 

Source
pub type integer64 = Struct_counter64;

Aliased Type§

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

Fields§

§high: u64§low: u64