pub enum SIOO {
SendEveryTransaction = 0,
SendFirstCommand = 1,
}
Expand description
Send instruction only once mode
Value on reset: 0
Variants§
SendEveryTransaction = 0
0: Send instruction on every transaction
SendFirstCommand = 1
1: Send instruction only for the first command
Trait Implementations§
impl Copy for SIOO
impl Eq for SIOO
impl StructuralPartialEq for SIOO
Auto Trait Implementations§
impl Freeze for SIOO
impl RefUnwindSafe for SIOO
impl Send for SIOO
impl Sync for SIOO
impl Unpin for SIOO
impl UnwindSafe for SIOO
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