pub enum ChannelCountMode {
MAX,
CLAMPED_MAX,
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 · 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 From<&ChannelCountMode> for Any
impl From<&ChannelCountMode> for Any
Source§fn from(s: &ChannelCountMode) -> Any
fn from(s: &ChannelCountMode) -> Any
Converts to this type from the input type.
Source§impl From<ChannelCountMode> for Any
impl From<ChannelCountMode> for Any
Source§fn from(s: ChannelCountMode) -> Any
fn from(s: ChannelCountMode) -> Any
Converts to this type from the input type.
Source§impl FromVal for ChannelCountMode
impl FromVal for ChannelCountMode
Source§impl PartialEq for ChannelCountMode
impl PartialEq for ChannelCountMode
Source§impl PartialOrd for ChannelCountMode
impl PartialOrd for ChannelCountMode
impl Copy 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