#[repr(C)]pub struct AVStreamGroupLCEVC {
pub av_class: *const AVClass,
pub lcevc_index: u32,
pub width: i32,
pub height: i32,
}Fields§
§av_class: *const AVClass§lcevc_index: u32§width: i32§height: i32Trait Implementations§
Source§impl Clone for AVStreamGroupLCEVC
impl Clone for AVStreamGroupLCEVC
Source§fn clone(&self) -> AVStreamGroupLCEVC
fn clone(&self) -> AVStreamGroupLCEVC
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AVStreamGroupLCEVC
Auto Trait Implementations§
impl !Send for AVStreamGroupLCEVC
impl !Sync for AVStreamGroupLCEVC
impl Freeze for AVStreamGroupLCEVC
impl RefUnwindSafe for AVStreamGroupLCEVC
impl Unpin for AVStreamGroupLCEVC
impl UnsafeUnpin for AVStreamGroupLCEVC
impl UnwindSafe for AVStreamGroupLCEVC
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