#[repr(u8)]pub enum Revmod {
REVMOD_0 = 0,
REVMOD_1 = 1,
}Variants§
REVMOD_0 = 0
Use INDEX pulse to increment/decrement revolution counter (REV)
REVMOD_1 = 1
Use modulus counting roll-over/under to increment/decrement revolution counter (REV)
Implementations§
Trait Implementations§
Source§impl Ord for Revmod
impl Ord for Revmod
Source§impl PartialOrd for Revmod
impl PartialOrd for Revmod
impl Copy for Revmod
impl Eq for Revmod
impl StructuralPartialEq for Revmod
Auto Trait Implementations§
impl Freeze for Revmod
impl RefUnwindSafe for Revmod
impl Send for Revmod
impl Sync for Revmod
impl Unpin for Revmod
impl UnwindSafe for Revmod
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