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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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 for MuteInvertedType
impl PartialEq for MuteInvertedType
impl Copy for MuteInvertedType
impl Eq for MuteInvertedType
impl StructuralPartialEq for MuteInvertedType
Auto Trait Implementations§
impl Freeze for MuteInvertedType
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