riot_sys

Type Alias sock_aux_flags_t

Source
pub type sock_aux_flags_t = u8;
Expand description

@brief Type holding the flags used to request specific auxiliary data

This is a bitmask of SOCK_AUX_GET_..., e.g. if the mask contains @ref SOCK_AUX_GET_LOCAL, the local address/endpoint is requested

@details The underlying type can be changed without further notice, if more flags are needed. Thus, only the typedefed type should be used to store the flags.

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: 1 byte