Struct gstreamer_video_sys::GstVideoRectangle[][src]

#[repr(C)]
pub struct GstVideoRectangle { pub x: c_int, pub y: c_int, pub w: c_int, pub h: c_int, }

Fields

Trait Implementations

impl Copy for GstVideoRectangle
[src]

impl Clone for GstVideoRectangle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstVideoRectangle
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GstVideoRectangle

impl Sync for GstVideoRectangle