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
Auto Trait Implementations
impl RefUnwindSafe for GstMetaTransformCopy
impl Send for GstMetaTransformCopy
impl Sync for GstMetaTransformCopy
impl Unpin for GstMetaTransformCopy
impl UnwindSafe for GstMetaTransformCopy
Blanket Implementations
Mutably borrows from an owned value. Read more