Struct winapi::um::wingdi::GRADIENT_RECT
source · #[repr(C)]pub struct GRADIENT_RECT {
pub UpperLeft: ULONG,
pub LowerRight: ULONG,
}
Fields§
§UpperLeft: ULONG
§LowerRight: ULONG
Trait Implementations§
source§impl Clone for GRADIENT_RECT
impl Clone for GRADIENT_RECT
source§fn clone(&self) -> GRADIENT_RECT
fn clone(&self) -> GRADIENT_RECT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for GRADIENT_RECT
impl Default for GRADIENT_RECT
source§fn default() -> GRADIENT_RECT
fn default() -> GRADIENT_RECT
Returns the “default value” for a type. Read more