pub struct Pigeon51SetCnt(/* private fields */);Implementations§
Source§impl Pigeon51SetCnt
impl Pigeon51SetCnt
Sourcepub const START_ACTIVE: Self
pub const START_ACTIVE: Self
Start as active
Trait Implementations§
Source§impl Clone for Pigeon51SetCnt
impl Clone for Pigeon51SetCnt
Source§fn clone(&self) -> Pigeon51SetCnt
fn clone(&self) -> Pigeon51SetCnt
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 Pigeon51SetCnt
impl Debug for Pigeon51SetCnt
Source§impl From<Pigeon51SetCnt> for u16
impl From<Pigeon51SetCnt> for u16
Source§fn from(val: Pigeon51SetCnt) -> u16
fn from(val: Pigeon51SetCnt) -> u16
Converts to this type from the input type.
Source§impl From<u16> for Pigeon51SetCnt
impl From<u16> for Pigeon51SetCnt
Source§fn from(val: u16) -> Pigeon51SetCnt
fn from(val: u16) -> Pigeon51SetCnt
Converts to this type from the input type.
Source§impl Ord for Pigeon51SetCnt
impl Ord for Pigeon51SetCnt
Source§fn cmp(&self, other: &Pigeon51SetCnt) -> Ordering
fn cmp(&self, other: &Pigeon51SetCnt) -> 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 Pigeon51SetCnt
impl PartialEq for Pigeon51SetCnt
Source§impl PartialOrd for Pigeon51SetCnt
impl PartialOrd for Pigeon51SetCnt
impl Copy for Pigeon51SetCnt
impl Eq for Pigeon51SetCnt
impl StructuralPartialEq for Pigeon51SetCnt
Auto Trait Implementations§
impl Freeze for Pigeon51SetCnt
impl RefUnwindSafe for Pigeon51SetCnt
impl Send for Pigeon51SetCnt
impl Sync for Pigeon51SetCnt
impl Unpin for Pigeon51SetCnt
impl UnwindSafe for Pigeon51SetCnt
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