Enum stm32_metapac::hrtim::vals::Cppstat
#[repr(u8)]pub enum Cppstat {
OUTPUT1ACTIVE = 0,
OUTPUT2ACTIVE = 1,
}
Variants§
OUTPUT1ACTIVE = 0
Signal applied on output 1 and output 2 forced inactive
OUTPUT2ACTIVE = 1
Signal applied on output 2 and output 1 forced inactive
Implementations§
Trait Implementations§
§impl Ord for Cppstat
impl Ord for Cppstat
§impl PartialOrd for Cppstat
impl PartialOrd for Cppstat
impl Copy for Cppstat
impl Eq for Cppstat
impl StructuralPartialEq for Cppstat
Auto Trait Implementations§
impl Freeze for Cppstat
impl RefUnwindSafe for Cppstat
impl Send for Cppstat
impl Sync for Cppstat
impl Unpin for Cppstat
impl UnwindSafe for Cppstat
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
)