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

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

Fields

lpVtbl: *const ID2D1SvgPaintVtbl

Methods

impl ID2D1SvgPaint[src]

pub unsafe fn SetPaintType(&self, paintType: D2D1_SVG_PAINT_TYPE) -> HRESULT[src]

pub unsafe fn GetPaintType(&self) -> D2D1_SVG_PAINT_TYPE[src]

pub unsafe fn SetColor(&self, color: D2D1_COLOR_F) -> HRESULT[src]

pub unsafe fn GetColor(&self, color: *mut D2D1_COLOR_F)[src]

pub unsafe fn SetId(&self, id: PCWSTR) -> HRESULT[src]

pub unsafe fn GetId(&self, id: PWSTR, idCount: UINT32) -> HRESULT[src]

pub unsafe fn GetIdLength(&self) -> UINT32[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 ID2D1SvgPaint[src]

impl Deref for ID2D1SvgPaint[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]