#[repr(u8)]pub enum Fo3 {
FO3_0 = 0,
FO3_1 = 1,
}Variants§
FO3_0 = 0
Writing a 0 has no effect.
FO3_1 = 1
Causes the programmed pin action on the timer Output Compare n pin; the OFn flag is not set.
Implementations§
Trait Implementations§
Source§impl Ord for Fo3
impl Ord for Fo3
Source§impl PartialOrd for Fo3
impl PartialOrd for Fo3
impl Copy for Fo3
impl Eq for Fo3
impl StructuralPartialEq for Fo3
Auto Trait Implementations§
impl Freeze for Fo3
impl RefUnwindSafe for Fo3
impl Send for Fo3
impl Sync for Fo3
impl Unpin for Fo3
impl UnwindSafe for Fo3
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