riot_sys::inline

Type Alias network_uint32_t

Source
pub type network_uint32_t = be_uint32_t;

Aliased Type§

union network_uint32_t {
    pub u32_0: u32,
    pub u8_0: [u8; 4],
    pub u16_0: [u16; 2],
    pub b16: [be_uint16_t; 2],
}

Fields§

§u32_0: u32§u8_0: [u8; 4]§u16_0: [u16; 2]§b16: [be_uint16_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: 4 bytes