#[repr(C)]pub struct D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES {
pub startPoint: D2D_POINT_2F,
pub endPoint: D2D_POINT_2F,
}
Expand description
Required features: "Win32_Graphics_Direct2D"
, "Win32_Graphics_Direct2D_Common"
Fields
startPoint: D2D_POINT_2F
endPoint: D2D_POINT_2F
Trait Implementations
impl Copy for D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES
Auto Trait Implementations
impl RefUnwindSafe for D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES
impl Send for D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES
impl Sync for D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES
impl Unpin for D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES
impl UnwindSafe for D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES
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