#[repr(C)]pub struct AVStreamGroupLCEVC {
pub av_class: *const AVClass,
pub lcevc_index: c_uint,
pub width: c_int,
pub height: c_int,
}
Fields§
§av_class: *const AVClass
§lcevc_index: c_uint
§width: c_int
§height: c_int
Trait Implementations§
Source§impl Clone for AVStreamGroupLCEVC
impl Clone for AVStreamGroupLCEVC
Source§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 moreSource§impl Debug for AVStreamGroupLCEVC
impl Debug for AVStreamGroupLCEVC
Source§impl PartialEq for AVStreamGroupLCEVC
impl PartialEq for AVStreamGroupLCEVC
impl Copy for AVStreamGroupLCEVC
impl Eq for AVStreamGroupLCEVC
impl StructuralPartialEq 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