Struct gstreamer_video_sys::GstVideoCropMeta[][src]

#[repr(C)]
pub struct GstVideoCropMeta { pub meta: GstMeta, pub x: c_uint, pub y: c_uint, pub width: c_uint, pub height: c_uint, }

Fields

Trait Implementations

impl Copy for GstVideoCropMeta
[src]

impl Clone for GstVideoCropMeta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstVideoCropMeta
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstVideoCropMeta

impl !Sync for GstVideoCropMeta