[][src]Struct winapi::um::d2d1_1::ID2D1Bitmap1Vtbl

#[repr(C)]
pub struct ID2D1Bitmap1Vtbl { pub parent: ID2D1BitmapVtbl, pub GetColorContext: unsafe extern "system" fn(This: *mut ID2D1Bitmap1, colorContext: *mut *mut ID2D1ColorContext), pub GetOptions: unsafe extern "system" fn(This: *mut ID2D1Bitmap1) -> D2D1_BITMAP_OPTIONS, pub GetSurface: unsafe extern "system" fn(This: *mut ID2D1Bitmap1, dxgiSurface: *mut *mut IDXGISurface) -> HRESULT, pub Map: unsafe extern "system" fn(This: *mut ID2D1Bitmap1, options: D2D1_MAP_OPTIONS, mappedRect: *mut D2D1_MAPPED_RECT) -> HRESULT, pub Unmap: unsafe extern "system" fn(This: *mut ID2D1Bitmap1) -> HRESULT, }

Fields

parent: ID2D1BitmapVtblGetColorContext: unsafe extern "system" fn(This: *mut ID2D1Bitmap1, colorContext: *mut *mut ID2D1ColorContext)GetOptions: unsafe extern "system" fn(This: *mut ID2D1Bitmap1) -> D2D1_BITMAP_OPTIONSGetSurface: unsafe extern "system" fn(This: *mut ID2D1Bitmap1, dxgiSurface: *mut *mut IDXGISurface) -> HRESULTMap: unsafe extern "system" fn(This: *mut ID2D1Bitmap1, options: D2D1_MAP_OPTIONS, mappedRect: *mut D2D1_MAPPED_RECT) -> HRESULTUnmap: unsafe extern "system" fn(This: *mut ID2D1Bitmap1) -> HRESULT

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]