Struct gstreamer_video_sys::GstVideoRectangle [−][src]
Fields
x: c_int
y: c_int
w: c_int
h: c_int
Trait Implementations
impl Copy for GstVideoRectangle
[src]
impl Copy for GstVideoRectangle
impl Clone for GstVideoRectangle
[src]
impl Clone for GstVideoRectangle
fn clone(&self) -> GstVideoRectangle
[src]
fn clone(&self) -> GstVideoRectangle
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstVideoRectangle
[src]
impl Debug for GstVideoRectangle
Auto Trait Implementations
impl Send for GstVideoRectangle
impl Send for GstVideoRectangle
impl Sync for GstVideoRectangle
impl Sync for GstVideoRectangle