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