Struct windows::Win32::Graphics::Direct2D::ID2D1GdiMetafileSink
#[repr(transparent)]pub struct ID2D1GdiMetafileSink(_);
Expand description
Required features: "Win32_Graphics_Direct2D"
Implementations§
Trait Implementations§
§impl Clone for ID2D1GdiMetafileSink
impl Clone for ID2D1GdiMetafileSink
§impl Debug for ID2D1GdiMetafileSink
impl Debug for ID2D1GdiMetafileSink
§impl<'a> From<&'a ID2D1GdiMetafileSink> for &'a IUnknown
impl<'a> From<&'a ID2D1GdiMetafileSink> for &'a IUnknown
§fn from(value: &'a ID2D1GdiMetafileSink) -> Self
fn from(value: &'a ID2D1GdiMetafileSink) -> Self
Converts to this type from the input type.
§impl<'a> From<&'a ID2D1GdiMetafileSink1> for &'a ID2D1GdiMetafileSink
impl<'a> From<&'a ID2D1GdiMetafileSink1> for &'a ID2D1GdiMetafileSink
§fn from(value: &'a ID2D1GdiMetafileSink1) -> Self
fn from(value: &'a ID2D1GdiMetafileSink1) -> Self
Converts to this type from the input type.
§impl From<&ID2D1GdiMetafileSink> for IUnknown
impl From<&ID2D1GdiMetafileSink> for IUnknown
§fn from(value: &ID2D1GdiMetafileSink) -> Self
fn from(value: &ID2D1GdiMetafileSink) -> Self
Converts to this type from the input type.
§impl From<&ID2D1GdiMetafileSink1> for ID2D1GdiMetafileSink
impl From<&ID2D1GdiMetafileSink1> for ID2D1GdiMetafileSink
§fn from(value: &ID2D1GdiMetafileSink1) -> Self
fn from(value: &ID2D1GdiMetafileSink1) -> Self
Converts to this type from the input type.
§impl From<ID2D1GdiMetafileSink> for IUnknown
impl From<ID2D1GdiMetafileSink> for IUnknown
§fn from(value: ID2D1GdiMetafileSink) -> Self
fn from(value: ID2D1GdiMetafileSink) -> Self
Converts to this type from the input type.
§impl From<ID2D1GdiMetafileSink1> for ID2D1GdiMetafileSink
impl From<ID2D1GdiMetafileSink1> for ID2D1GdiMetafileSink
§fn from(value: ID2D1GdiMetafileSink1) -> Self
fn from(value: ID2D1GdiMetafileSink1) -> Self
Converts to this type from the input type.
§impl Interface for ID2D1GdiMetafileSink
impl Interface for ID2D1GdiMetafileSink
§impl PartialEq<ID2D1GdiMetafileSink> for ID2D1GdiMetafileSink
impl PartialEq<ID2D1GdiMetafileSink> for ID2D1GdiMetafileSink
§impl Vtable for ID2D1GdiMetafileSink
impl Vtable for ID2D1GdiMetafileSink
type Vtable = ID2D1GdiMetafileSink_Vtbl
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.