Enum Fes2
#[repr(u8)]pub enum Fes2 {
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 Fes2
impl Eq for Fes2
§impl Ord for Fes2
impl Ord for Fes2
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 Fes2
impl PartialOrd for Fes2
impl StructuralPartialEq for Fes2
Auto Trait Implementations§
impl Freeze for Fes2
impl RefUnwindSafe for Fes2
impl Send for Fes2
impl Sync for Fes2
impl Unpin for Fes2
impl UnsafeUnpin for Fes2
impl UnwindSafe for Fes2
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