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

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

Fields

Left: SHORT Top: SHORT Right: SHORT Bottom: SHORT

Trait Implementations

impl Debug for SMALL_RECT
[src]

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

Formats the value using the given formatter.

impl Copy for SMALL_RECT
[src]

impl Clone for SMALL_RECT
[src]

fn clone(&self) -> SMALL_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