Struct gstreamer_sys::GstMetaTransformCopy[][src]

#[repr(C)]
pub struct GstMetaTransformCopy { pub region: gboolean, pub offset: size_t, pub size: size_t, }

Fields

Trait Implementations

impl Copy for GstMetaTransformCopy
[src]

impl Clone for GstMetaTransformCopy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstMetaTransformCopy
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GstMetaTransformCopy

impl Sync for GstMetaTransformCopy