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