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