Struct AVHWFramesConstraints
#[repr(C)]pub struct AVHWFramesConstraints {
pub valid_hw_formats: *mut i32,
pub valid_sw_formats: *mut i32,
pub min_width: i32,
pub min_height: i32,
pub max_width: i32,
pub max_height: i32,
}
Fields§
§valid_hw_formats: *mut i32
§valid_sw_formats: *mut i32
§min_width: i32
§min_height: i32
§max_width: i32
§max_height: i32
Trait Implementations§
§impl Clone for AVHWFramesConstraints
impl Clone for AVHWFramesConstraints
§fn clone(&self) -> AVHWFramesConstraints
fn clone(&self) -> AVHWFramesConstraints
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 AVHWFramesConstraints
impl Debug for AVHWFramesConstraints
impl Copy for AVHWFramesConstraints
Auto Trait Implementations§
impl Freeze for AVHWFramesConstraints
impl RefUnwindSafe for AVHWFramesConstraints
impl !Send for AVHWFramesConstraints
impl !Sync for AVHWFramesConstraints
impl Unpin for AVHWFramesConstraints
impl UnwindSafe for AVHWFramesConstraints
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