[][src]Struct gstreamer_audio_sys::GstAudioDownmixMeta

#[repr(C)]
pub struct GstAudioDownmixMeta {
    pub meta: GstMeta,
    pub from_position: *mut GstAudioChannelPosition,
    pub to_position: *mut GstAudioChannelPosition,
    pub from_channels: c_int,
    pub to_channels: c_int,
    pub matrix: *mut *mut c_float,
}

Fields

meta: GstMetafrom_position: *mut GstAudioChannelPositionto_position: *mut GstAudioChannelPositionfrom_channels: c_intto_channels: c_intmatrix: *mut *mut c_float

Trait Implementations

impl Clone for GstAudioDownmixMeta[src]

impl Copy for GstAudioDownmixMeta[src]

impl Debug for GstAudioDownmixMeta[src]

Auto Trait Implementations

impl !Send for GstAudioDownmixMeta

impl Unpin for GstAudioDownmixMeta

impl !Sync for GstAudioDownmixMeta

impl UnwindSafe for GstAudioDownmixMeta

impl RefUnwindSafe for GstAudioDownmixMeta

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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