Trait proc_bitfield::Bits
source · pub trait Bits<T> {
// Required method
fn bits<const START: usize, const END: usize>(&self) -> T;
}
Expand description
Read a range of bits inside a value.
Required Methods§
Object Safety§
This trait is not object safe.