[][src]Trait packed_struct::PackedStructInfo

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

Infos about a particular type that can be packaged.

Required methods

fn packed_bits() -> usize

Number of bits that this structure occupies when being packed.

Loading content...

Implementations on Foreign Types

impl PackedStructInfo for [u8; 1][src]

impl PackedStructInfo for [u8; 2][src]

impl PackedStructInfo for [u8; 3][src]

impl PackedStructInfo for [u8; 4][src]

impl PackedStructInfo for [u8; 5][src]

impl PackedStructInfo for [u8; 6][src]

impl PackedStructInfo for [u8; 7][src]

impl PackedStructInfo for [u8; 8][src]

impl PackedStructInfo for [u8; 9][src]

impl PackedStructInfo for [u8; 10][src]

impl PackedStructInfo for [u8; 11][src]

impl PackedStructInfo for [u8; 12][src]

impl PackedStructInfo for [u8; 13][src]

impl PackedStructInfo for [u8; 14][src]

impl PackedStructInfo for [u8; 15][src]

impl PackedStructInfo for [u8; 16][src]

impl PackedStructInfo for [u8; 17][src]

impl PackedStructInfo for [u8; 18][src]

impl PackedStructInfo for [u8; 19][src]

impl PackedStructInfo for [u8; 20][src]

impl PackedStructInfo for [u8; 21][src]

impl PackedStructInfo for [u8; 22][src]

impl PackedStructInfo for [u8; 23][src]

impl PackedStructInfo for [u8; 24][src]

impl PackedStructInfo for [u8; 25][src]

impl PackedStructInfo for [u8; 26][src]

impl PackedStructInfo for [u8; 27][src]

impl PackedStructInfo for [u8; 28][src]

impl PackedStructInfo for [u8; 29][src]

impl PackedStructInfo for [u8; 30][src]

impl PackedStructInfo for [u8; 31][src]

impl PackedStructInfo for [u8; 32][src]

impl PackedStructInfo for bool[src]

impl PackedStructInfo for u8[src]

impl PackedStructInfo for i8[src]

impl PackedStructInfo for ()[src]

Loading content...

Implementors

impl<T, B, I> PackedStructInfo for LsbInteger<T, B, I> where
    B: NumberOfBits
[src]

impl<T, B, I> PackedStructInfo for MsbInteger<T, B, I> where
    B: NumberOfBits
[src]

impl<V, B> PackedStructInfo for ReservedBits<V, B> where
    B: NumberOfBits
[src]

Loading content...