Enum stm32_metapac::sai::vals::Muteval
#[repr(u8)]pub enum Muteval {
SENDZERO = 0,
SENDLAST = 1,
}
Variants§
SENDZERO = 0
Bit value 0 is sent during the mute mode
SENDLAST = 1
Last values are sent during the mute mode
Implementations§
Trait Implementations§
§impl Ord for Muteval
impl Ord for Muteval
§impl PartialOrd for Muteval
impl PartialOrd for Muteval
§fn partial_cmp(&self, other: &Muteval) -> Option<Ordering>
fn partial_cmp(&self, other: &Muteval) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Muteval
impl Eq for Muteval
impl StructuralEq for Muteval
impl StructuralPartialEq for Muteval
Auto Trait Implementations§
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