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
impl Copy for Ippstat
impl Eq for Ippstat
impl StructuralPartialEq for Ippstat
Auto Trait Implementations§
impl Freeze for Ippstat
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
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
)