Struct gst::ffi::Struct__GstVideoCropMeta [−][src]
#[repr(C)]pub struct Struct__GstVideoCropMeta { pub meta: GstMeta, pub x: guint, pub y: guint, pub width: guint, pub height: guint, }
Fields
meta: GstMeta
x: guint
y: guint
width: guint
height: guint
Trait Implementations
impl Clone for Struct__GstVideoCropMeta
[src]
impl Clone for Struct__GstVideoCropMeta
fn clone(&self) -> Struct__GstVideoCropMeta
[src]
fn clone(&self) -> Struct__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 Copy for Struct__GstVideoCropMeta
[src]
impl Copy for Struct__GstVideoCropMeta
impl Default for Struct__GstVideoCropMeta
[src]
impl Default for Struct__GstVideoCropMeta
fn default() -> Struct__GstVideoCropMeta
[src]
fn default() -> Struct__GstVideoCropMeta
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GstVideoCropMeta
impl !Send for Struct__GstVideoCropMeta
impl !Sync for Struct__GstVideoCropMeta
impl !Sync for Struct__GstVideoCropMeta