Struct gstreamer_sys::GstMetaTransformCopy [−][src]
#[repr(C)]pub struct GstMetaTransformCopy { pub region: gboolean, pub offset: size_t, pub size: size_t, }
Fields
region: gbooleanoffset: size_tsize: size_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMetaTransformCopyimpl Send for GstMetaTransformCopyimpl Sync for GstMetaTransformCopyimpl Unpin for GstMetaTransformCopyimpl UnwindSafe for GstMetaTransformCopyBlanket Implementations
Mutably borrows from an owned value. Read more