pub enum BitAction {
Command = 0,
Enable = 4,
ReadWrite = 2,
RegisterSelect = 1,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BitAction
impl RefUnwindSafe for BitAction
impl Send for BitAction
impl Sync for BitAction
impl Unpin for BitAction
impl UnwindSafe for BitAction
Blanket Implementations§
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