Enum Blanking
#[repr(u8)]pub enum Blanking {
NoBlanking = 0,
Tim1oc5 = 1,
Tim2oc3 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
NoBlanking = 0
No blanking.
Tim1oc5 = 1
TIM1 OC5 selected as blanking source.
Tim2oc3 = 2
TIM2 OC3 selected as blanking source.
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
impl Copy for Blanking
impl Eq for Blanking
§impl Ord for Blanking
impl Ord for Blanking
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Blanking
impl PartialOrd for Blanking
impl StructuralPartialEq for Blanking
Auto Trait Implementations§
impl Freeze for Blanking
impl RefUnwindSafe for Blanking
impl Send for Blanking
impl Sync for Blanking
impl Unpin for Blanking
impl UnsafeUnpin for Blanking
impl UnwindSafe for Blanking
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