#[repr(C)]pub struct AVChannelLayout {
pub order: AVChannelOrder,
pub nb_channels: c_int,
pub u: AVChannelLayout__bindgen_ty_1,
pub opaque: *mut c_void,
}Fields§
§order: AVChannelOrder§nb_channels: c_int§u: AVChannelLayout__bindgen_ty_1§opaque: *mut c_voidImplementations§
Trait Implementations§
Source§impl Clone for AVChannelLayout
impl Clone for AVChannelLayout
Source§impl Debug for AVChannelLayout
impl Debug for AVChannelLayout
Source§impl Drop for AVChannelLayout
impl Drop for AVChannelLayout
Source§impl PartialEq for AVChannelLayout
impl PartialEq 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