riot_sys::inline

Type Alias network_uint64_t

Source
pub type network_uint64_t = be_uint64_t;

Aliased Type§

union network_uint64_t {
    pub u64_0: u64,
    pub u8_0: [u8; 8],
    pub u16_0: [u16; 4],
    pub u32_0: [u32; 2],
    pub b16: [be_uint16_t; 4],
    pub b32: [be_uint32_t; 2],
}

Fields§

§u64_0: u64§u8_0: [u8; 8]§u16_0: [u16; 4]§u32_0: [u32; 2]§b16: [be_uint16_t; 4]§b32: [be_uint32_t; 2]

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 8 bytes