Struct packed_struct::debug_fmt::DebugBitField[][src]

pub struct DebugBitField<'a> {
    pub name: Cow<'a, str>,
    pub bits: Range<usize>,
    pub display_value: Cow<'a, str>,
}

Fields

Auto Trait Implementations

impl<'a> Send for DebugBitField<'a>

impl<'a> Sync for DebugBitField<'a>