#[repr(C)]pub struct D2D1_STROKE_STYLE_PROPERTIES1 {
pub startCap: D2D1_CAP_STYLE,
pub endCap: D2D1_CAP_STYLE,
pub dashCap: D2D1_CAP_STYLE,
pub lineJoin: D2D1_LINE_JOIN,
pub miterLimit: f32,
pub dashStyle: D2D1_DASH_STYLE,
pub dashOffset: f32,
pub transformType: D2D1_STROKE_TRANSFORM_TYPE,
}
Expand description
Required features: "Win32_Graphics_Direct2D"
Fields
startCap: D2D1_CAP_STYLE
endCap: D2D1_CAP_STYLE
dashCap: D2D1_CAP_STYLE
lineJoin: D2D1_LINE_JOIN
miterLimit: f32
dashStyle: D2D1_DASH_STYLE
dashOffset: f32
transformType: D2D1_STROKE_TRANSFORM_TYPE
Trait Implementations
impl Clone for D2D1_STROKE_STYLE_PROPERTIES1
impl Clone for D2D1_STROKE_STYLE_PROPERTIES1
impl Copy for D2D1_STROKE_STYLE_PROPERTIES1
Auto Trait Implementations
impl RefUnwindSafe for D2D1_STROKE_STYLE_PROPERTIES1
impl Send for D2D1_STROKE_STYLE_PROPERTIES1
impl Sync for D2D1_STROKE_STYLE_PROPERTIES1
impl Unpin for D2D1_STROKE_STYLE_PROPERTIES1
impl UnwindSafe for D2D1_STROKE_STYLE_PROPERTIES1
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