Options

Type Alias Options 

Source
pub type Options = u32;
Expand description

Type encapsulating a static options for an encoding.

Note: despite being made up of a primitive type, this cannot be serialized and correctly re-used. This is simply the case because of restrictions in constant evaluation.

Making assumptions about its layout might lead to unspecified behavior during encoding. Only use this type through the provided options APIs.