Struct MacTypes_sys::Rect
[−]
[src]
#[repr(C)]pub struct Rect { pub top: c_short, pub left: c_short, pub bottom: c_short, pub right: c_short, }
Rectangular Quickdraw area.
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 given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more