#[repr(C)]pub union AVStreamGroup__bindgen_ty_1 {
pub iamf_audio_element: *mut AVIAMFAudioElement,
pub iamf_mix_presentation: *mut AVIAMFMixPresentation,
pub tile_grid: *mut AVStreamGroupTileGrid,
pub lcevc: *mut AVStreamGroupLCEVC,
}展开描述
Group type-specific parameters
Fields§
§iamf_audio_element: *mut AVIAMFAudioElement§iamf_mix_presentation: *mut AVIAMFMixPresentation§tile_grid: *mut AVStreamGroupTileGrid§lcevc: *mut AVStreamGroupLCEVCtrait 实现§
源代码§impl Clone for AVStreamGroup__bindgen_ty_1
impl Clone for AVStreamGroup__bindgen_ty_1
源代码§fn clone(&self) -> AVStreamGroup__bindgen_ty_1
fn clone(&self) -> AVStreamGroup__bindgen_ty_1
Returns a duplicate of the value. 阅读更多
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source 执行拷贝赋值。 阅读更多impl Copy for AVStreamGroup__bindgen_ty_1
自动 trait 实现§
impl Freeze for AVStreamGroup__bindgen_ty_1
impl RefUnwindSafe for AVStreamGroup__bindgen_ty_1
impl !Send for AVStreamGroup__bindgen_ty_1
impl !Sync for AVStreamGroup__bindgen_ty_1
impl Unpin for AVStreamGroup__bindgen_ty_1
impl UnsafeUnpin for AVStreamGroup__bindgen_ty_1
impl UnwindSafe for AVStreamGroup__bindgen_ty_1
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多