Struct MacTypes_sys::Rect
[−]
[src]
pub struct Rect {
pub top: c_short,
pub left: c_short,
pub bottom: c_short,
pub right: c_short,
}Fields
top: c_short
left: c_short
bottom: c_short
right: c_short
Trait Implementations
impl Clone for Rect[src]
fn clone(&self) -> Rect
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
impl Copy for Rect[src]
impl Debug for Rect[src]
impl Default for Rect[src]
impl Eq for Rect[src]
impl Hash for Rect[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher1.3.0
Feeds a slice of this type into the state provided.