Struct winapi::RECT [] [src]

pub struct RECT {
    pub left: LONG,
    pub top: LONG,
    pub right: LONG,
    pub bottom: LONG,
}

Fields

left
top
right
bottom

Trait Implementations

Derived Implementations

impl Debug for RECT

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for RECT

impl Clone for RECT

fn clone(&self) -> RECT

fn clone_from(&mut self, source: &Self)