Struct ffmpeg_sys_next::AVHWFramesConstraints
source · [−]#[repr(C)]pub struct AVHWFramesConstraints {
pub valid_hw_formats: *mut AVPixelFormat,
pub valid_sw_formats: *mut AVPixelFormat,
pub min_width: c_int,
pub min_height: c_int,
pub max_width: c_int,
pub max_height: c_int,
}Fields
valid_hw_formats: *mut AVPixelFormatvalid_sw_formats: *mut AVPixelFormatmin_width: c_intmin_height: c_intmax_width: c_intmax_height: c_intTrait Implementations
sourceimpl Clone for AVHWFramesConstraints
impl Clone for AVHWFramesConstraints
sourcefn clone(&self) -> AVHWFramesConstraints
fn clone(&self) -> AVHWFramesConstraints
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AVHWFramesConstraints
impl Debug for AVHWFramesConstraints
sourceimpl PartialEq<AVHWFramesConstraints> for AVHWFramesConstraints
impl PartialEq<AVHWFramesConstraints> for AVHWFramesConstraints
sourcefn eq(&self, other: &AVHWFramesConstraints) -> bool
fn eq(&self, other: &AVHWFramesConstraints) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &AVHWFramesConstraints) -> bool
fn ne(&self, other: &AVHWFramesConstraints) -> bool
This method tests for !=.
impl Copy for AVHWFramesConstraints
impl Eq for AVHWFramesConstraints
impl StructuralEq for AVHWFramesConstraints
impl StructuralPartialEq for AVHWFramesConstraints
Auto Trait Implementations
impl RefUnwindSafe for AVHWFramesConstraints
impl !Send for AVHWFramesConstraints
impl !Sync for AVHWFramesConstraints
impl Unpin for AVHWFramesConstraints
impl UnwindSafe for AVHWFramesConstraints
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more