Struct ffmpeg::ffi::AVChannelLayout
source · #[repr(C)]pub struct AVChannelLayout {
pub order: c_uint,
pub nb_channels: c_int,
pub u: AVChannelLayout__bindgen_ty_1,
pub opaque: *mut c_void,
}
Fields§
§order: c_uint
§nb_channels: c_int
§u: AVChannelLayout__bindgen_ty_1
§opaque: *mut c_void
Trait Implementations§
source§impl Clone for AVChannelLayout
impl Clone for AVChannelLayout
source§fn clone(&self) -> AVChannelLayout
fn clone(&self) -> AVChannelLayout
Returns a copy 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 moreimpl Copy for AVChannelLayout
Auto Trait Implementations§
impl RefUnwindSafe for AVChannelLayout
impl !Send for AVChannelLayout
impl !Sync for AVChannelLayout
impl Unpin for AVChannelLayout
impl UnwindSafe for AVChannelLayout
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