[][src]Struct winapi::um::d2d1_3::ID2D1CommandSink4

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

Fields

lpVtbl: *const ID2D1CommandSink4Vtbl

Methods

impl ID2D1CommandSink4[src]

pub unsafe fn SetPrimitiveBlend2(
    &self,
    primitiveBlend: D2D1_PRIMITIVE_BLEND
) -> HRESULT
[src]

Methods from Deref<Target = ID2D1CommandSink3>

pub unsafe fn DrawSpriteBatch(
    &self,
    spriteBatch: *mut ID2D1SpriteBatch,
    startIndex: UINT32,
    spriteCount: UINT32,
    bitmap: *mut ID2D1Bitmap,
    interpolationMode: D2D1_BITMAP_INTERPOLATION_MODE,
    spriteOptions: D2D1_SPRITE_OPTIONS
)
[src]

Trait Implementations

impl Interface for ID2D1CommandSink4[src]

impl Deref for ID2D1CommandSink4[src]

type Target = ID2D1CommandSink3

The resulting type after dereferencing.

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]