#[repr(C)]pub struct AVVTFramesContext {
pub color_range: AVColorRange,
}Fields§
§color_range: AVColorRangeTrait Implementations§
Source§impl Clone for AVVTFramesContext
impl Clone for AVVTFramesContext
Source§fn clone(&self) -> AVVTFramesContext
fn clone(&self) -> AVVTFramesContext
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 AVVTFramesContext
Source§impl Debug for AVVTFramesContext
impl Debug for AVVTFramesContext
impl Eq for AVVTFramesContext
Source§impl PartialEq for AVVTFramesContext
impl PartialEq for AVVTFramesContext
impl StructuralPartialEq for AVVTFramesContext
Auto Trait Implementations§
impl Freeze for AVVTFramesContext
impl RefUnwindSafe for AVVTFramesContext
impl Send for AVVTFramesContext
impl Sync for AVVTFramesContext
impl Unpin for AVVTFramesContext
impl UnsafeUnpin for AVVTFramesContext
impl UnwindSafe for AVVTFramesContext
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