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