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
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)