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

#[repr(C)]
pub struct ID2D1SvgPathData { pub lpVtbl: *const ID2D1SvgPathDataVtbl, }

Fields

lpVtbl: *const ID2D1SvgPathDataVtbl

Methods

impl ID2D1SvgPathData[src]

pub unsafe fn RemoveSegmentDataAtEnd(&self, dataCount: UINT32) -> HRESULT[src]

pub unsafe fn UpdateSegmentData(
    &self,
    data: *const FLOAT,
    dataCount: UINT32,
    startIndex: UINT32
) -> HRESULT
[src]

pub unsafe fn GetSegmentData(
    &self,
    data: *mut FLOAT,
    dataCount: UINT32,
    startIndex: UINT32
) -> HRESULT
[src]

pub unsafe fn GetSegmentDataCount(&self) -> UINT32[src]

pub unsafe fn RemoveCommandsAtEnd(&self, commandsCount: UINT32) -> HRESULT[src]

pub unsafe fn UpdateCommands(
    &self,
    commands: *const D2D1_SVG_PATH_COMMAND,
    commandsCount: UINT32,
    startIndex: UINT32
) -> HRESULT
[src]

pub unsafe fn GetCommands(
    &self,
    commands: *mut D2D1_SVG_PATH_COMMAND,
    commandsCount: UINT32,
    startIndex: UINT32
) -> HRESULT
[src]

pub unsafe fn GetCommandsCount(&self) -> UINT32[src]

pub unsafe fn CreatePathGeometry(
    &self,
    fillMode: D2D1_FILL_MODE,
    pathGeometry: *mut *mut ID2D1PathGeometry1
) -> HRESULT
[src]

Methods from Deref<Target = ID2D1SvgAttribute>

pub unsafe fn GetElement(&self, element: *mut *mut ID2D1SvgElement)[src]

pub unsafe fn Clone(&self, attribute: *mut *mut ID2D1SvgAttribute) -> HRESULT[src]

Trait Implementations

impl Interface for ID2D1SvgPathData[src]

impl Deref for ID2D1SvgPathData[src]

type Target = ID2D1SvgAttribute

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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