pub enum SaffireproLineInputLevel {
Low,
High,
}
Expand description
The level of line input.
Variants§
Trait Implementations§
Source§impl Clone for SaffireproLineInputLevel
impl Clone for SaffireproLineInputLevel
Source§fn clone(&self) -> SaffireproLineInputLevel
fn clone(&self) -> SaffireproLineInputLevel
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 SaffireproLineInputLevel
impl Debug for SaffireproLineInputLevel
Source§impl Default for SaffireproLineInputLevel
impl Default for SaffireproLineInputLevel
Source§impl PartialEq for SaffireproLineInputLevel
impl PartialEq for SaffireproLineInputLevel
impl Copy for SaffireproLineInputLevel
impl Eq for SaffireproLineInputLevel
impl StructuralPartialEq for SaffireproLineInputLevel
Auto Trait Implementations§
impl Freeze for SaffireproLineInputLevel
impl RefUnwindSafe for SaffireproLineInputLevel
impl Send for SaffireproLineInputLevel
impl Sync for SaffireproLineInputLevel
impl Unpin for SaffireproLineInputLevel
impl UnwindSafe for SaffireproLineInputLevel
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