#[repr(C)]pub struct AVStreamGroup {
pub av_class: *const AVClass,
pub priv_data: *mut c_void,
pub index: c_uint,
pub id: i64,
pub type_: AVStreamGroupParamsType,
pub params: AVStreamGroup__bindgen_ty_1,
pub metadata: *mut AVDictionary,
pub nb_streams: c_uint,
pub streams: *mut *mut AVStream,
pub disposition: c_int,
}
Fields§
§av_class: *const AVClass
§priv_data: *mut c_void
§index: c_uint
§id: i64
§type_: AVStreamGroupParamsType
§params: AVStreamGroup__bindgen_ty_1
§metadata: *mut AVDictionary
§nb_streams: c_uint
§streams: *mut *mut AVStream
§disposition: c_int
Trait Implementations§
Source§impl Clone for AVStreamGroup
impl Clone for AVStreamGroup
Source§fn clone(&self) -> AVStreamGroup
fn clone(&self) -> AVStreamGroup
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 AVStreamGroup
Auto Trait Implementations§
impl Freeze for AVStreamGroup
impl RefUnwindSafe for AVStreamGroup
impl !Send for AVStreamGroup
impl !Sync for AVStreamGroup
impl Unpin for AVStreamGroup
impl UnwindSafe for AVStreamGroup
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