pub struct MuteStatus(/* private fields */);Expand description
The per-channel mute bitfield: bit 0 is left, bit 1 is right.
Implementations§
Source§impl MuteStatus
impl MuteStatus
Trait Implementations§
Source§impl Clone for MuteStatus
impl Clone for MuteStatus
Source§fn clone(&self) -> MuteStatus
fn clone(&self) -> MuteStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MuteStatus
Source§impl Debug for MuteStatus
impl Debug for MuteStatus
Source§impl Default for MuteStatus
impl Default for MuteStatus
Source§fn default() -> MuteStatus
fn default() -> MuteStatus
Returns the “default value” for a type. Read more
impl Eq for MuteStatus
Source§impl Hash for MuteStatus
impl Hash for MuteStatus
Source§impl Ord for MuteStatus
impl Ord for MuteStatus
Source§fn cmp(&self, other: &MuteStatus) -> Ordering
fn cmp(&self, other: &MuteStatus) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for MuteStatus
impl PartialEq for MuteStatus
Source§impl PartialOrd for MuteStatus
impl PartialOrd for MuteStatus
impl StructuralPartialEq for MuteStatus
Auto Trait Implementations§
impl Freeze for MuteStatus
impl RefUnwindSafe for MuteStatus
impl Send for MuteStatus
impl Sync for MuteStatus
impl Unpin for MuteStatus
impl UnsafeUnpin for MuteStatus
impl UnwindSafe for MuteStatus
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