Struct windows_sys::Win32::Graphics::Gdi::GRADIENT_TRIANGLE
[−]Expand description
Required features: "Win32_Graphics_Gdi"
Fields
Vertex1: u32
Vertex2: u32
Vertex3: u32
Trait Implementations
impl Clone for GRADIENT_TRIANGLE
impl Clone for GRADIENT_TRIANGLE
impl Copy for GRADIENT_TRIANGLE
Auto Trait Implementations
impl RefUnwindSafe for GRADIENT_TRIANGLE
impl Send for GRADIENT_TRIANGLE
impl Sync for GRADIENT_TRIANGLE
impl Unpin for GRADIENT_TRIANGLE
impl UnwindSafe for GRADIENT_TRIANGLE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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