#[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: AVRational
Trait 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 for AVRegionOfInterest
impl PartialEq for AVRegionOfInterest
impl Copy for AVRegionOfInterest
impl Eq for AVRegionOfInterest
impl StructuralPartialEq for AVRegionOfInterest
Auto Trait Implementations§
impl Freeze for AVRegionOfInterest
impl RefUnwindSafe for AVRegionOfInterest
impl Send for AVRegionOfInterest
impl Sync for AVRegionOfInterest
impl Unpin for AVRegionOfInterest
impl UnwindSafe for AVRegionOfInterest
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