[][src]Struct winapi::um::d2d1::ID2D1StrokeStyleVtbl

#[repr(C)]
pub struct ID2D1StrokeStyleVtbl {
    pub parent: ID2D1ResourceVtbl,
    pub GetStartCap: unsafe extern "system" fn(This: *mut ID2D1StrokeStyle) -> D2D1_CAP_STYLE,
    pub GetEndCap: unsafe extern "system" fn(This: *mut ID2D1StrokeStyle) -> D2D1_CAP_STYLE,
    pub GetDashCap: unsafe extern "system" fn(This: *mut ID2D1StrokeStyle) -> D2D1_CAP_STYLE,
    pub GetMiterLimit: unsafe extern "system" fn(This: *mut ID2D1StrokeStyle) -> FLOAT,
    pub GetLineJoin: unsafe extern "system" fn(This: *mut ID2D1StrokeStyle) -> D2D1_LINE_JOIN,
    pub GetDashOffset: unsafe extern "system" fn(This: *mut ID2D1StrokeStyle) -> FLOAT,
    pub GetDashStyle: unsafe extern "system" fn(This: *mut ID2D1StrokeStyle) -> D2D1_DASH_STYLE,
    pub GetDashesCount: unsafe extern "system" fn(This: *mut ID2D1StrokeStyle) -> UINT32,
    pub GetDashes: unsafe extern "system" fn(This: *mut ID2D1StrokeStyle, dashes: *mut FLOAT, dashesCount: UINT32),
}

Fields

parent: ID2D1ResourceVtblGetStartCap: unsafe extern "system" fn(This: *mut ID2D1StrokeStyle) -> D2D1_CAP_STYLEGetEndCap: unsafe extern "system" fn(This: *mut ID2D1StrokeStyle) -> D2D1_CAP_STYLEGetDashCap: unsafe extern "system" fn(This: *mut ID2D1StrokeStyle) -> D2D1_CAP_STYLEGetMiterLimit: unsafe extern "system" fn(This: *mut ID2D1StrokeStyle) -> FLOATGetLineJoin: unsafe extern "system" fn(This: *mut ID2D1StrokeStyle) -> D2D1_LINE_JOINGetDashOffset: unsafe extern "system" fn(This: *mut ID2D1StrokeStyle) -> FLOATGetDashStyle: unsafe extern "system" fn(This: *mut ID2D1StrokeStyle) -> D2D1_DASH_STYLEGetDashesCount: unsafe extern "system" fn(This: *mut ID2D1StrokeStyle) -> UINT32GetDashes: unsafe extern "system" fn(This: *mut ID2D1StrokeStyle, dashes: *mut FLOAT, dashesCount: UINT32)

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]