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 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 ChannelCountMode
Source§impl Debug for ChannelCountMode
impl Debug for ChannelCountMode
impl Eq for ChannelCountMode
Source§impl PartialEq for ChannelCountMode
impl PartialEq for ChannelCountMode
Source§fn eq(&self, other: &ChannelCountMode) -> bool
fn eq(&self, other: &ChannelCountMode) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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