Struct ffmpeg_sys_next::AVRegionOfInterest
source · #[repr(C)]pub struct AVRegionOfInterest {
pub self_size: u32,
pub top: c_int,
pub bottom: c_int,
pub left: c_int,
pub right: c_int,
pub qoffset: AVRational,
}Fields§
§self_size: u32§top: c_int§bottom: c_int§left: c_int§right: c_int§qoffset: AVRationalTrait Implementations§
source§impl Clone for AVRegionOfInterest
impl Clone for AVRegionOfInterest
source§fn clone(&self) -> AVRegionOfInterest
fn clone(&self) -> AVRegionOfInterest
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 AVRegionOfInterest
impl Debug for AVRegionOfInterest
source§impl PartialEq<AVRegionOfInterest> for AVRegionOfInterest
impl PartialEq<AVRegionOfInterest> for AVRegionOfInterest
source§fn eq(&self, other: &AVRegionOfInterest) -> bool
fn eq(&self, other: &AVRegionOfInterest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.