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