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