Struct gstreamer_video::VideoRectangle [−][src]
Fields
x: i32
y: i32
w: i32
h: i32
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for VideoRectangle
impl Send for VideoRectangle
impl Sync for VideoRectangle
impl Unpin for VideoRectangle
impl UnwindSafe for VideoRectangle
Blanket Implementations
Mutably borrows from an owned value. Read more