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_int
y: c_int
w: c_int
h: c_int
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoRectangle
impl Send for GstVideoRectangle
impl Sync for GstVideoRectangle
impl Unpin for GstVideoRectangle
impl UnwindSafe for GstVideoRectangle
Blanket Implementations
Mutably borrows from an owned value. Read more