Struct nitro::math::IntRect
[−]
[src]
pub struct IntRect {
pub xy: IntVector,
pub width: u32,
pub height: u32,
}Fields
xy: IntVector
width: u32
height: u32
Methods
impl IntRect[src]
Trait Implementations
impl Debug for IntRect[src]
impl Copy for IntRect[src]
impl PartialEq for IntRect[src]
fn eq(&self, __arg_0: &IntRect) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &IntRect) -> bool
This method tests for !=.
impl Clone for IntRect[src]
fn clone(&self) -> IntRect
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more