Struct gstreamer_video_sys::GstVideoRectangle [−][src]
#[repr(C)]pub struct GstVideoRectangle { pub x: c_int, pub y: c_int, pub w: c_int, pub h: c_int, }
Fields
x: c_inty: c_intw: c_inth: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoRectangleimpl Send for GstVideoRectangleimpl Sync for GstVideoRectangleimpl Unpin for GstVideoRectangleimpl UnwindSafe for GstVideoRectangleBlanket Implementations
Mutably borrows from an owned value. Read more