Struct winapi::wingdi::GRADIENT_RECT [] [src]

pub struct GRADIENT_RECT {
    pub UpperLeft: ULONG,
    pub LowerRight: ULONG,
}

Fields

UpperLeft: ULONG LowerRight: ULONG

Trait Implementations

impl Debug for GRADIENT_RECT
[src]

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

Formats the value using the given formatter.

impl Copy for GRADIENT_RECT
[src]

impl Clone for GRADIENT_RECT
[src]

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