[][src]Struct vsqx::vsqx4::Mixer

pub struct Mixer {
    pub master_unit: MasterUnit,
    pub vs_unit: Vec<VsUnit>,
    pub mono_unit: Vec<MonoUnit>,
    pub stereo_unit: Vec<StereoUnit>,
}

Fields

master_unit: MasterUnitvs_unit: Vec<VsUnit>mono_unit: Vec<MonoUnit>stereo_unit: Vec<StereoUnit>

Trait Implementations

impl Clone for Mixer[src]

impl Debug for Mixer[src]

impl Default for Mixer[src]

impl<'de> Deserialize<'de> for Mixer[src]

impl PartialEq<Mixer> for Mixer[src]

impl StructuralPartialEq for Mixer[src]

Auto Trait Implementations

impl RefUnwindSafe for Mixer

impl Send for Mixer

impl Sync for Mixer

impl Unpin for Mixer

impl UnwindSafe for Mixer

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.