#[repr(u8)]pub enum Qdn {
QDN_0 = 0,
QDN_1 = 1,
}Variants§
QDN_0 = 0
Generates a positive quadrature decoder signal
QDN_1 = 1
Generates a negative quadrature decoder signal
Implementations§
Trait Implementations§
Source§impl Ord for Qdn
impl Ord for Qdn
Source§impl PartialOrd for Qdn
impl PartialOrd for Qdn
impl Copy for Qdn
impl Eq for Qdn
impl StructuralPartialEq for Qdn
Auto Trait Implementations§
impl Freeze for Qdn
impl RefUnwindSafe for Qdn
impl Send for Qdn
impl Sync for Qdn
impl Unpin for Qdn
impl UnwindSafe for Qdn
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