#[repr(C)]pub struct ID2D1BitmapRenderTargetVtbl {
pub parent: ID2D1RenderTargetVtbl,
pub GetBitmap: unsafe extern "system" fn(This: *mut ID2D1BitmapRenderTarget, bitmap: *mut *mut ID2D1Bitmap) -> HRESULT,
}
Fields§
§parent: ID2D1RenderTargetVtbl
§GetBitmap: unsafe extern "system" fn(This: *mut ID2D1BitmapRenderTarget, bitmap: *mut *mut ID2D1Bitmap) -> HRESULT
Auto Trait Implementations§
impl Freeze for ID2D1BitmapRenderTargetVtbl
impl RefUnwindSafe for ID2D1BitmapRenderTargetVtbl
impl Send for ID2D1BitmapRenderTargetVtbl
impl Sync for ID2D1BitmapRenderTargetVtbl
impl Unpin for ID2D1BitmapRenderTargetVtbl
impl UnwindSafe for ID2D1BitmapRenderTargetVtbl
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