Struct winapi::wincon::SMALL_RECT [] [src]

pub struct SMALL_RECT {
    pub Left: SHORT,
    pub Top: SHORT,
    pub Right: SHORT,
    pub Bottom: SHORT,
}

Fields

Left
Top
Right
Bottom

Trait Implementations

Derived Implementations

impl Debug for SMALL_RECT

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

impl Copy for SMALL_RECT

impl Clone for SMALL_RECT

fn clone(&self) -> SMALL_RECT

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