Struct ffmpeg_sys_next::AVDeviceRect
source · #[repr(C)]pub struct AVDeviceRect {
pub x: c_int,
pub y: c_int,
pub width: c_int,
pub height: c_int,
}Fields§
§x: c_int< x coordinate of top left corner
y: c_int< y coordinate of top left corner
width: c_int< width
height: c_int< height
Trait Implementations§
source§impl Clone for AVDeviceRect
impl Clone for AVDeviceRect
source§fn clone(&self) -> AVDeviceRect
fn clone(&self) -> AVDeviceRect
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 AVDeviceRect
impl Debug for AVDeviceRect
source§impl PartialEq<AVDeviceRect> for AVDeviceRect
impl PartialEq<AVDeviceRect> for AVDeviceRect
source§fn eq(&self, other: &AVDeviceRect) -> bool
fn eq(&self, other: &AVDeviceRect) -> bool
This method tests for
self and other values to be equal, and is used
by ==.