pub struct Cap5(pub u8);Expand description
Sixth set of device capabilties
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl<T> BitRangeMut<T> for Cap5where
u8: BitRangeMut<T>,
impl<T> BitRangeMut<T> for Cap5where
u8: BitRangeMut<T>,
Source§fn set_bit_range(&mut self, msb: usize, lsb: usize, value: T)
fn set_bit_range(&mut self, msb: usize, lsb: usize, value: T)
Set a range of bits.
impl Copy for Cap5
impl StructuralPartialEq for Cap5
Auto Trait Implementations§
impl Freeze for Cap5
impl RefUnwindSafe for Cap5
impl Send for Cap5
impl Sync for Cap5
impl Unpin for Cap5
impl UnwindSafe for Cap5
Blanket Implementations§
Source§impl<T> BitMut for Twhere
T: BitRangeMut<u8>,
impl<T> BitMut for Twhere
T: BitRangeMut<u8>,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more