Trait packed_struct::PackedStructInfo[][src]

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