[−][src]Trait drone_core::bitfield::Bits
An integer interface for Bitfield
.
See the module level documentation for details.
Required methods
fn from_usize(bits: usize) -> Self
Creates a new value with the bits of bits
.
fn width() -> Self
Returns the width of the integer type in bits.
fn is_zero(self) -> bool
Returns true
if all bits of the value are cleared.