#[repr(C)]pub struct ID2D1Mesh {
pub lpVtbl: *const ID2D1MeshVtbl,
}
Fields§
§lpVtbl: *const ID2D1MeshVtbl
Implementations§
Methods from Deref<Target = ID2D1Resource>§
pub unsafe fn GetFactory(&self, factory: *mut *mut ID2D1Factory)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ID2D1Mesh
impl RefUnwindSafe for ID2D1Mesh
impl !Send for ID2D1Mesh
impl !Sync for ID2D1Mesh
impl Unpin for ID2D1Mesh
impl UnwindSafe for ID2D1Mesh
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