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