pub enum ExpansionMode {
StreamB0_7,
AdatB0_7,
}Expand description
Mode of mixer expansion.
Variants§
Trait Implementations§
source§impl Clone for ExpansionMode
impl Clone for ExpansionMode
source§fn clone(&self) -> ExpansionMode
fn clone(&self) -> ExpansionMode
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 ExpansionMode
impl Debug for ExpansionMode
source§impl Default for ExpansionMode
impl Default for ExpansionMode
source§impl PartialEq for ExpansionMode
impl PartialEq for ExpansionMode
source§fn eq(&self, other: &ExpansionMode) -> bool
fn eq(&self, other: &ExpansionMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ExpansionMode
impl Eq for ExpansionMode
impl StructuralEq for ExpansionMode
impl StructuralPartialEq for ExpansionMode
Auto Trait Implementations§
impl RefUnwindSafe for ExpansionMode
impl Send for ExpansionMode
impl Sync for ExpansionMode
impl Unpin for ExpansionMode
impl UnwindSafe for ExpansionMode
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