pub type uint128 = pair<uint64, uint64>;Aliased Type§
#[repr(C)]pub struct uint128 {
pub first: u64,
pub second: u64,
pub _phantom_0: PhantomData<UnsafeCell<u64>>,
pub _phantom_1: PhantomData<UnsafeCell<u64>>,
}Fields§
§first: u64§second: u64§_phantom_0: PhantomData<UnsafeCell<u64>>§_phantom_1: PhantomData<UnsafeCell<u64>>