Struct windows_sys::Win32::Graphics::Gdi::GRADIENT_RECT
[−]Expand description
Required features: "Win32_Graphics_Gdi"
Fields
UpperLeft: u32
LowerRight: u32
Trait Implementations
impl Clone for GRADIENT_RECT
impl Clone for GRADIENT_RECT
impl Copy for GRADIENT_RECT
Auto Trait Implementations
impl RefUnwindSafe for GRADIENT_RECT
impl Send for GRADIENT_RECT
impl Sync for GRADIENT_RECT
impl Unpin for GRADIENT_RECT
impl UnwindSafe for GRADIENT_RECT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more