[−][src]Struct ffmpeg_dev::sys::ChannelMapInfo
Fields
channel_map: [c_int; 32]
< source index of each output channel, -1 if not remapped
do_remap: c_int
< remap needed
channel_copy: [c_int; 32]
< dest index to copy from
do_copy: c_int
< copy needed
channel_zero: [c_int; 32]
< dest index to zero
do_zero: c_int
< zeroing needed
input_map: [c_int; 32]
< dest index of each input channel
Trait Implementations
impl Clone for ChannelMapInfo
[src]
fn clone(&self) -> ChannelMapInfo
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ChannelMapInfo
[src]
impl Debug for ChannelMapInfo
[src]
Auto Trait Implementations
impl RefUnwindSafe for ChannelMapInfo
impl Send for ChannelMapInfo
impl Sync for ChannelMapInfo
impl Unpin for ChannelMapInfo
impl UnwindSafe for ChannelMapInfo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,