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