pub struct AVChannelLayout {
pub order: AVChannelOrder,
pub nb_channels: c_int,
pub u: AVChannelLayout__bindgen_ty_1,
}Fields§
§order: AVChannelOrder§nb_channels: c_int§u: AVChannelLayout__bindgen_ty_1Trait Implementations§
Source§impl Clone for AVChannelLayout
impl Clone for AVChannelLayout
Source§fn clone(&self) -> AVChannelLayout
fn clone(&self) -> AVChannelLayout
Returns a duplicate 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 moreSource§impl Default for AVChannelLayout
impl Default for AVChannelLayout
impl Copy for AVChannelLayout
Auto Trait Implementations§
impl Freeze for AVChannelLayout
impl RefUnwindSafe for AVChannelLayout
impl Send for AVChannelLayout
impl Sync for AVChannelLayout
impl Unpin for AVChannelLayout
impl UnsafeUnpin 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