Struct packed_struct::debug_fmt::PackedStructDisplay [] [src]

pub struct PackedStructDisplay<'a, P: 'a, B: 'a> {
    pub packed_struct: &'a P,
    pub packed_struct_packed: PhantomData<B>,
    pub header: bool,
    pub raw_decimal: bool,
    pub raw_hex: bool,
    pub raw_binary: bool,
    pub fields: bool,
}

Fields

Methods

impl<'a, P, B> PackedStructDisplay<'a, P, B>
[src]

[src]

Trait Implementations

impl<'a, P, B> Display for PackedStructDisplay<'a, P, B> where
    P: PackedStruct<B> + PackedStructSlice + PackedStructDebug
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a, P, B> Send for PackedStructDisplay<'a, P, B> where
    B: Send,
    P: Sync

impl<'a, P, B> Sync for PackedStructDisplay<'a, P, B> where
    B: Sync,
    P: Sync