pub enum MuteInvertedType {
Normal,
Inverted,
}Available on macOS and crate feature
macos_13_0_0 only.Expand description
Type of muting for a specific es_mute_inversion_type_t
Usually constructed using es_mute_inverted_return_t::ok()
Variants§
Trait Implementations§
source§impl Clone for MuteInvertedType
impl Clone for MuteInvertedType
source§fn clone(&self) -> MuteInvertedType
fn clone(&self) -> MuteInvertedType
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 MuteInvertedType
impl Debug for MuteInvertedType
source§impl Hash for MuteInvertedType
impl Hash for MuteInvertedType
source§impl PartialEq<MuteInvertedType> for MuteInvertedType
impl PartialEq<MuteInvertedType> for MuteInvertedType
source§fn eq(&self, other: &MuteInvertedType) -> bool
fn eq(&self, other: &MuteInvertedType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for MuteInvertedType
impl Eq for MuteInvertedType
impl StructuralEq for MuteInvertedType
impl StructuralPartialEq for MuteInvertedType
Auto Trait Implementations§
impl RefUnwindSafe for MuteInvertedType
impl Send for MuteInvertedType
impl Sync for MuteInvertedType
impl Unpin for MuteInvertedType
impl UnwindSafe for MuteInvertedType
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