Struct gstreamer_sys::GstMetaTransformCopy [−][src]
#[repr(C)]pub struct GstMetaTransformCopy { pub region: gboolean, pub offset: size_t, pub size: size_t, }
Fields
region: gboolean
offset: size_t
size: size_t
Trait Implementations
impl Copy for GstMetaTransformCopy[src]
impl Copy for GstMetaTransformCopyimpl Clone for GstMetaTransformCopy[src]
impl Clone for GstMetaTransformCopyfn clone(&self) -> GstMetaTransformCopy[src]
fn clone(&self) -> GstMetaTransformCopyReturns 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 GstMetaTransformCopy[src]
impl Debug for GstMetaTransformCopyAuto Trait Implementations
impl Send for GstMetaTransformCopy
impl Send for GstMetaTransformCopyimpl Sync for GstMetaTransformCopy
impl Sync for GstMetaTransformCopy