#[repr(u8)]pub enum ScratchCrossfaderOwner {
Manual = 0,
AutomaticPreset = 1,
}Expand description
Identifies which control owns the audible deck gain.
Variants§
Trait Implementations§
Source§impl Clone for ScratchCrossfaderOwner
impl Clone for ScratchCrossfaderOwner
Source§fn clone(&self) -> ScratchCrossfaderOwner
fn clone(&self) -> ScratchCrossfaderOwner
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 ScratchCrossfaderOwner
Source§impl Debug for ScratchCrossfaderOwner
impl Debug for ScratchCrossfaderOwner
Source§impl<'de> Deserialize<'de> for ScratchCrossfaderOwner
impl<'de> Deserialize<'de> for ScratchCrossfaderOwner
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ScratchCrossfaderOwner
Source§impl PartialEq for ScratchCrossfaderOwner
impl PartialEq for ScratchCrossfaderOwner
Source§impl Serialize for ScratchCrossfaderOwner
impl Serialize for ScratchCrossfaderOwner
impl StructuralPartialEq for ScratchCrossfaderOwner
Auto Trait Implementations§
impl Freeze for ScratchCrossfaderOwner
impl RefUnwindSafe for ScratchCrossfaderOwner
impl Send for ScratchCrossfaderOwner
impl Sync for ScratchCrossfaderOwner
impl Unpin for ScratchCrossfaderOwner
impl UnsafeUnpin for ScratchCrossfaderOwner
impl UnwindSafe for ScratchCrossfaderOwner
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