#[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: ID2D1BitmapVtbl§GetColorContext: unsafe extern "system" fn(This: *mut ID2D1Bitmap1, colorContext: *mut *mut ID2D1ColorContext)§GetOptions: unsafe extern "system" fn(This: *mut ID2D1Bitmap1) -> D2D1_BITMAP_OPTIONS§GetSurface: unsafe extern "system" fn(This: *mut ID2D1Bitmap1, dxgiSurface: *mut *mut IDXGISurface) -> HRESULT§Map: unsafe extern "system" fn(This: *mut ID2D1Bitmap1, options: D2D1_MAP_OPTIONS, mappedRect: *mut D2D1_MAPPED_RECT) -> HRESULT§Unmap: unsafe extern "system" fn(This: *mut ID2D1Bitmap1) -> HRESULTAuto Trait Implementations§
impl Freeze for ID2D1Bitmap1Vtbl
impl RefUnwindSafe for ID2D1Bitmap1Vtbl
impl Send for ID2D1Bitmap1Vtbl
impl Sync for ID2D1Bitmap1Vtbl
impl Unpin for ID2D1Bitmap1Vtbl
impl UnwindSafe for ID2D1Bitmap1Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more