#[repr(u8)]pub enum Pigeon10Pol {
ACTIVE_HIGH = 0,
ACTIVE_LOW = 1,
}Variants§
Implementations§
Source§impl Pigeon10Pol
impl Pigeon10Pol
Trait Implementations§
Source§impl Clone for Pigeon10Pol
impl Clone for Pigeon10Pol
Source§fn clone(&self) -> Pigeon10Pol
fn clone(&self) -> Pigeon10Pol
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 Pigeon10Pol
impl Debug for Pigeon10Pol
Source§impl From<Pigeon10Pol> for u8
impl From<Pigeon10Pol> for u8
Source§fn from(val: Pigeon10Pol) -> u8
fn from(val: Pigeon10Pol) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Pigeon10Pol
impl From<u8> for Pigeon10Pol
Source§fn from(val: u8) -> Pigeon10Pol
fn from(val: u8) -> Pigeon10Pol
Converts to this type from the input type.
Source§impl Ord for Pigeon10Pol
impl Ord for Pigeon10Pol
Source§fn cmp(&self, other: &Pigeon10Pol) -> Ordering
fn cmp(&self, other: &Pigeon10Pol) -> Ordering
1.21.0 · 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
Source§impl PartialEq for Pigeon10Pol
impl PartialEq for Pigeon10Pol
Source§impl PartialOrd for Pigeon10Pol
impl PartialOrd for Pigeon10Pol
impl Copy for Pigeon10Pol
impl Eq for Pigeon10Pol
impl StructuralPartialEq for Pigeon10Pol
Auto Trait Implementations§
impl Freeze for Pigeon10Pol
impl RefUnwindSafe for Pigeon10Pol
impl Send for Pigeon10Pol
impl Sync for Pigeon10Pol
impl Unpin for Pigeon10Pol
impl UnwindSafe for Pigeon10Pol
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