pub struct ChannelMask(pub usize);
Tuple Fields§
§0: usize
Implementations§
Trait Implementations§
Source§impl BitOr for ChannelMask
impl BitOr for ChannelMask
Source§impl Clone for ChannelMask
impl Clone for ChannelMask
Source§fn clone(&self) -> ChannelMask
fn clone(&self) -> ChannelMask
Returns a copy 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 ChannelMask
impl Debug for ChannelMask
Source§impl Default for ChannelMask
impl Default for ChannelMask
Source§impl From<usize> for ChannelMask
impl From<usize> for ChannelMask
Source§impl Ord for ChannelMask
impl Ord for ChannelMask
Source§fn cmp(&self, other: &ChannelMask) -> Ordering
fn cmp(&self, other: &ChannelMask) -> 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 ChannelMask
impl PartialEq for ChannelMask
Source§impl PartialOrd for ChannelMask
impl PartialOrd for ChannelMask
impl Copy for ChannelMask
impl Eq for ChannelMask
impl StructuralPartialEq for ChannelMask
Auto Trait Implementations§
impl Freeze for ChannelMask
impl RefUnwindSafe for ChannelMask
impl Send for ChannelMask
impl Sync for ChannelMask
impl Unpin for ChannelMask
impl UnwindSafe for ChannelMask
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