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