Struct gstreamer_sys::GstMetaTransformCopy
source · [−]#[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 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