Struct AVStreamGroupLCEVC
#[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: i32
Trait Implementations§
§impl Clone for AVStreamGroupLCEVC
impl Clone for AVStreamGroupLCEVC
§fn clone(&self) -> AVStreamGroupLCEVC
fn clone(&self) -> AVStreamGroupLCEVC
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 more§impl Debug for AVStreamGroupLCEVC
impl Debug for AVStreamGroupLCEVC
impl Copy for AVStreamGroupLCEVC
Auto Trait Implementations§
impl Freeze for AVStreamGroupLCEVC
impl RefUnwindSafe for AVStreamGroupLCEVC
impl !Send for AVStreamGroupLCEVC
impl !Sync for AVStreamGroupLCEVC
impl Unpin 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