Struct touptek::Rect [] [src]

#[repr(C)]
pub struct Rect { pub left: u32, pub top: u32, pub right: u32, pub bottom: u32, }

Fields

Trait Implementations

impl Copy for Rect
[src]

impl Clone for Rect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Rect
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Rect
[src]

impl Debug for Rect
[src]

Formats the value using the given formatter.