pub trait PackedStructInfo {
    fn packed_bits() -> usize;
}
Expand description

Infos about a particular type that can be packaged.

Required Methods

Number of bits that this structure occupies when being packed.

Implementations on Foreign Types

Implementors