Struct gstreamer_video_sys::GstVideoRegionOfInterestMeta[][src]

#[repr(C)]
pub struct GstVideoRegionOfInterestMeta { pub meta: GstMeta, pub roi_type: GQuark, pub id: c_int, pub parent_id: c_int, pub x: c_uint, pub y: c_uint, pub w: c_uint, pub h: c_uint, pub params: *mut GList, }

Fields

Trait Implementations

impl Copy for GstVideoRegionOfInterestMeta
[src]

impl Clone for GstVideoRegionOfInterestMeta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstVideoRegionOfInterestMeta
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstVideoRegionOfInterestMeta

impl !Sync for GstVideoRegionOfInterestMeta