pub enum CntZSignal {
Normal,
Inverted,
}Expand description
Enum to specify if the Z signal is normal or inverted
Variants§
Trait Implementations§
Source§impl Clone for CntZSignal
impl Clone for CntZSignal
Source§fn clone(&self) -> CntZSignal
fn clone(&self) -> CntZSignal
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CntZSignal
impl Debug for CntZSignal
Source§impl Default for CntZSignal
impl Default for CntZSignal
Source§fn default() -> CntZSignal
fn default() -> CntZSignal
Returns the “default value” for a type. Read more
Source§impl From<CntZSignal> for u8
impl From<CntZSignal> for u8
Source§fn from(val: CntZSignal) -> Self
fn from(val: CntZSignal) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CntZSignal
impl PartialEq for CntZSignal
impl Copy for CntZSignal
impl Eq for CntZSignal
impl StructuralPartialEq for CntZSignal
Auto Trait Implementations§
impl Freeze for CntZSignal
impl RefUnwindSafe for CntZSignal
impl Send for CntZSignal
impl Sync for CntZSignal
impl Unpin for CntZSignal
impl UnwindSafe for CntZSignal
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