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: GstMeta
x: c_uint
y: c_uint
width: c_uint
height: c_uint
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoCropMeta
impl !Send for GstVideoCropMeta
impl !Sync for GstVideoCropMeta
impl Unpin for GstVideoCropMeta
impl UnwindSafe for GstVideoCropMeta
Blanket Implementations
Mutably borrows from an owned value. Read more