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