Enum servo_media_audio::node::ChannelCountMode
source · pub enum ChannelCountMode {
Max,
ClampedMax,
Explicit,
}
Variants§
Trait Implementations§
source§impl Clone for ChannelCountMode
impl Clone for ChannelCountMode
source§fn clone(&self) -> ChannelCountMode
fn clone(&self) -> ChannelCountMode
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 ChannelCountMode
impl Debug for ChannelCountMode
source§impl PartialEq for ChannelCountMode
impl PartialEq for ChannelCountMode
source§fn eq(&self, other: &ChannelCountMode) -> bool
fn eq(&self, other: &ChannelCountMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ChannelCountMode
impl Eq for ChannelCountMode
impl StructuralPartialEq for ChannelCountMode
Auto Trait Implementations§
impl Freeze for ChannelCountMode
impl RefUnwindSafe for ChannelCountMode
impl Send for ChannelCountMode
impl Sync for ChannelCountMode
impl Unpin for ChannelCountMode
impl UnwindSafe for ChannelCountMode
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.