Struct gstreamer_video::VideoRectangle [−][src]
Fields
x: i32
                           
                           
                           
                           y: i32
                           
                           
                           
                           w: i32
                           
                           
                           
                           h: i32
                           
                    Methods
impl VideoRectangle[src] 
                impl VideoRectangleTrait Implementations
impl Clone for VideoRectangle[src] 
impl Clone for VideoRectanglefn clone(&self) -> VideoRectangle[src] 
fn clone(&self) -> VideoRectangleReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for VideoRectangle[src] 
impl Debug for VideoRectanglefn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for VideoRectangle[src] 
impl Eq for VideoRectangleimpl PartialEq for VideoRectangle[src] 
impl PartialEq for VideoRectanglefn eq(&self, other: &VideoRectangle) -> bool[src] 
fn eq(&self, other: &VideoRectangle) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &VideoRectangle) -> bool[src] 
fn ne(&self, other: &VideoRectangle) -> boolThis method tests for !=.
impl Hash for VideoRectangle[src] 
impl Hash for VideoRectangleAuto Trait Implementations
impl Send for VideoRectangle
impl Send for VideoRectangleimpl Sync for VideoRectangle
impl Sync for VideoRectangle