Crate passive

Source
Expand description

§Passive

This trait is no_std and a derive feature is provided to allow end users to derive implementations of the three traits.

See the documentation of the crate items for more information.

Modules§

packed
Packed integers that are always aligned, always valid, and obviously immutable.

Traits§

AlwaysAligned
Types whose values are always aligned, i.e. with an alignment of 1.
AlwaysValid
Types for which all possible bit patterns represent a valid value.
Immutable
Types whose values are devoid of inner mutability.