pub enum ChannelMix {
Average,
First,
}Expand description
Variants describing channel mix.
Variants§
Trait Implementations§
Source§impl Clone for ChannelMix
impl Clone for ChannelMix
Source§fn clone(&self) -> ChannelMix
fn clone(&self) -> ChannelMix
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 ChannelMix
Source§impl Debug for ChannelMix
impl Debug for ChannelMix
impl Eq for ChannelMix
Source§impl PartialEq for ChannelMix
impl PartialEq for ChannelMix
Source§fn eq(&self, other: &ChannelMix) -> bool
fn eq(&self, other: &ChannelMix) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ChannelMix
Auto Trait Implementations§
impl Freeze for ChannelMix
impl RefUnwindSafe for ChannelMix
impl Send for ChannelMix
impl Sync for ChannelMix
impl Unpin for ChannelMix
impl UnsafeUnpin for ChannelMix
impl UnwindSafe for ChannelMix
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