Struct pango::rectangle::Rectangle [−][src]
Fields
x: i32
y: i32
width: i32
height: i32
Methods
impl Rectangle[src]
impl RectangleTrait Implementations
impl Clone for Rectangle[src]
impl Clone for Rectanglefn clone(&self) -> Rectangle[src]
fn clone(&self) -> RectangleReturns 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 Copy for Rectangle[src]
impl Copy for Rectangleimpl Debug for Rectangle[src]
impl Debug for Rectanglefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Rectangle[src]
impl PartialEq for Rectanglefn eq(&self, other: &Rectangle) -> bool[src]
fn eq(&self, other: &Rectangle) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rectangle) -> bool[src]
fn ne(&self, other: &Rectangle) -> boolThis method tests for !=.
impl Eq for Rectangle[src]
impl Eq for Rectangleimpl Hash for Rectangle[src]
impl Hash for Rectangle