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