pub type network_uint16_t = be_uint16_t;
Aliased Type§
union network_uint16_t {
pub u16_0: u16,
pub u8_0: [u8; 2],
}
Fields§
§u16_0: u16
§u8_0: [u8; 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: 2 bytes