Struct GstVideo Crop Meta
Source #[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_uintTrait Implementations§
Source§impl Clone for GstVideoCropMeta
impl Clone for GstVideoCropMeta
Source§fn clone(&self) -> GstVideoCropMeta
fn clone(&self) -> GstVideoCropMeta
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstVideoCropMeta
Auto Trait Implementations§
impl !Send for GstVideoCropMeta
impl !Sync for GstVideoCropMeta
impl Freeze for GstVideoCropMeta
impl RefUnwindSafe for GstVideoCropMeta
impl Unpin for GstVideoCropMeta
impl UnsafeUnpin for GstVideoCropMeta
impl UnwindSafe for GstVideoCropMeta
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more