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
meta: GstMeta
x: c_uint
y: c_uint
width: c_uint
height: c_uint
Trait Implementations
impl Copy for GstVideoCropMeta
[src]
impl Copy for GstVideoCropMeta
impl Clone for GstVideoCropMeta
[src]
impl Clone for GstVideoCropMeta
fn clone(&self) -> GstVideoCropMeta
[src]
fn clone(&self) -> GstVideoCropMeta
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 GstVideoCropMeta
[src]
impl Debug for GstVideoCropMeta
Auto Trait Implementations
impl !Send for GstVideoCropMeta
impl !Send for GstVideoCropMeta
impl !Sync for GstVideoCropMeta
impl !Sync for GstVideoCropMeta