Enum Fes1
#[repr(u8)]pub enum Fes1 {
NoFrameEvent = 0,
AbsoluteFrameCounterOverflow = 1,
AbsoluteFrameCounterCompare = 2,
_RESERVED_3 = 3,
RelativeFrameCounter1reload = 4,
RelativeFrameCounter2reload = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
NoFrameEvent = 0
no frame event.
AbsoluteFrameCounterOverflow = 1
absolute frame counter overflow.
AbsoluteFrameCounterCompare = 2
absolute frame counter compare.
_RESERVED_3 = 3
RelativeFrameCounter1reload = 4
relative frame counter 1 reload.
RelativeFrameCounter2reload = 5
relative frame counter 2 reload.
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
impl Copy for Fes1
impl Eq for Fes1
§impl Ord for Fes1
impl Ord for Fes1
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 Fes1
impl PartialOrd for Fes1
impl StructuralPartialEq for Fes1
Auto Trait Implementations§
impl Freeze for Fes1
impl RefUnwindSafe for Fes1
impl Send for Fes1
impl Sync for Fes1
impl Unpin for Fes1
impl UnsafeUnpin for Fes1
impl UnwindSafe for Fes1
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