Enum stm32_metapac::hrtim::vals::Ippstat
#[repr(u8)]pub enum Ippstat {
OUTPUT1ACTIVE = 0,
OUTPUT2ACTIVE = 1,
}
Variants§
OUTPUT1ACTIVE = 0
Protection occurred when the output 1 was active and output 2 forced inactive
OUTPUT2ACTIVE = 1
Protection occurred when the output 2 was active and output 1 forced inactive
Implementations§
Trait Implementations§
§impl Ord for Ippstat
impl Ord for Ippstat
§impl PartialOrd for Ippstat
impl PartialOrd for Ippstat
§fn partial_cmp(&self, other: &Ippstat) -> Option<Ordering>
fn partial_cmp(&self, other: &Ippstat) -> 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 Ippstat
impl Eq for Ippstat
impl StructuralEq for Ippstat
impl StructuralPartialEq for Ippstat
Auto Trait Implementations§
impl RefUnwindSafe for Ippstat
impl Send for Ippstat
impl Sync for Ippstat
impl Unpin for Ippstat
impl UnwindSafe for Ippstat
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