#[derive(DebugBits)] { // Attributes available to this derive: #[bitsize_internal] }
Generate an impl core::fmt::Debug for bitfield structs.
impl core::fmt::Debug
Please use normal #[derive(Debug)] for enums.