Skip to main content

Bit64

Type Alias Bit64 

Source
pub type Bit64 = A8;
Expand description

Type alias for A8 in bits

Aliased Type§

#[repr(align(8))]
pub struct Bit64(pub [u8; 8]);

Tuple Fields§

§0: [u8; 8]