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