[][src]Struct winapi::um::d2d1svg::ID2D1SvgPointCollectionVtbl

#[repr(C)]
pub struct ID2D1SvgPointCollectionVtbl {
    pub parent: ID2D1SvgAttributeVtbl,
    pub RemovePointsAtEnd: unsafe extern "system" fn(This: *mut ID2D1SvgPointCollection, pointsCount: UINT32) -> HRESULT,
    pub UpdatePoints: unsafe extern "system" fn(This: *mut ID2D1SvgPointCollection, points: *const D2D1_POINT_2F, pointsCount: UINT32, startIndex: UINT32) -> HRESULT,
    pub GetPoints: unsafe extern "system" fn(This: *mut ID2D1SvgPointCollection, points: *mut D2D1_POINT_2F, pointsCount: UINT32, startIndex: UINT32) -> HRESULT,
    pub GetPointsCount: unsafe extern "system" fn(This: *mut ID2D1SvgPointCollection) -> UINT32,
}

Fields

parent: ID2D1SvgAttributeVtblRemovePointsAtEnd: unsafe extern "system" fn(This: *mut ID2D1SvgPointCollection, pointsCount: UINT32) -> HRESULTUpdatePoints: unsafe extern "system" fn(This: *mut ID2D1SvgPointCollection, points: *const D2D1_POINT_2F, pointsCount: UINT32, startIndex: UINT32) -> HRESULTGetPoints: unsafe extern "system" fn(This: *mut ID2D1SvgPointCollection, points: *mut D2D1_POINT_2F, pointsCount: UINT32, startIndex: UINT32) -> HRESULTGetPointsCount: unsafe extern "system" fn(This: *mut ID2D1SvgPointCollection) -> 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]