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_1Auto 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