pub enum MUTEVAL {
SendZero = 0,
SendLast = 1,
}
Expand description
Mute value
Value on reset: 0
Variants§
SendZero = 0
0: Bit value 0 is sent during the mute mode
SendLast = 1
1: Last values are sent during the mute mode
Trait Implementations§
impl Copy for MUTEVAL
impl Eq for MUTEVAL
impl StructuralPartialEq for MUTEVAL
Auto Trait Implementations§
impl Freeze for MUTEVAL
impl RefUnwindSafe for MUTEVAL
impl Send for MUTEVAL
impl Sync for MUTEVAL
impl Unpin for MUTEVAL
impl UnwindSafe for MUTEVAL
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