Enum Iblk
#[repr(u8)]pub enum Iblk {
AlwaysActive = 0,
Cc3p = 1,
Cc4p = 2,
_RESERVED_3 = 3,
}Variants§
AlwaysActive = 0
Index always active
Cc3p = 1
Index disabled when tim_ti3 input is active, as per CC3P bitfield
Cc4p = 2
Index disabled when tim_ti4 input is active, as per CC4P bitfield
_RESERVED_3 = 3
Implementations§
Trait Implementations§
impl Copy for Iblk
impl Eq for Iblk
§impl Ord for Iblk
impl Ord for Iblk
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 Iblk
impl PartialOrd for Iblk
impl StructuralPartialEq for Iblk
Auto Trait Implementations§
impl Freeze for Iblk
impl RefUnwindSafe for Iblk
impl Send for Iblk
impl Sync for Iblk
impl Unpin for Iblk
impl UnsafeUnpin for Iblk
impl UnwindSafe for Iblk
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