Struct gstreamer_video_sys::GstVideoCropMeta [−][src]
#[repr(C)]pub struct GstVideoCropMeta { pub meta: GstMeta, pub x: c_uint, pub y: c_uint, pub width: c_uint, pub height: c_uint, }
Fields
meta: GstMetax: c_uinty: c_uintwidth: c_uintheight: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoCropMetaimpl !Send for GstVideoCropMetaimpl !Sync for GstVideoCropMetaimpl Unpin for GstVideoCropMetaimpl UnwindSafe for GstVideoCropMetaBlanket Implementations
Mutably borrows from an owned value. Read more