#[repr(C)]pub struct ID2D1GdiInteropRenderTarget {
pub lpVtbl: *const ID2D1GdiInteropRenderTargetVtbl,
}
Fields§
§lpVtbl: *const ID2D1GdiInteropRenderTargetVtbl
Implementations§
Trait Implementations§
Source§impl Deref for ID2D1GdiInteropRenderTarget
impl Deref for ID2D1GdiInteropRenderTarget
Auto Trait Implementations§
impl Freeze for ID2D1GdiInteropRenderTarget
impl RefUnwindSafe for ID2D1GdiInteropRenderTarget
impl !Send for ID2D1GdiInteropRenderTarget
impl !Sync for ID2D1GdiInteropRenderTarget
impl Unpin for ID2D1GdiInteropRenderTarget
impl UnwindSafe for ID2D1GdiInteropRenderTarget
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