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