Struct OpenGLOn12CreatorID
pub struct OpenGLOn12CreatorID(/* private fields */);Trait Implementations§
§impl Clone for OpenGLOn12CreatorID
impl Clone for OpenGLOn12CreatorID
§impl Debug for OpenGLOn12CreatorID
impl Debug for OpenGLOn12CreatorID
§impl From<&OpenGLOn12CreatorID> for &IUnknown
impl From<&OpenGLOn12CreatorID> for &IUnknown
§fn from(value: &OpenGLOn12CreatorID) -> Self
fn from(value: &OpenGLOn12CreatorID) -> Self
Converts to this type from the input type.
§impl From<&OpenGLOn12CreatorID> for IUnknown
impl From<&OpenGLOn12CreatorID> for IUnknown
§fn from(value: &OpenGLOn12CreatorID) -> Self
fn from(value: &OpenGLOn12CreatorID) -> Self
Converts to this type from the input type.
§impl From<OpenGLOn12CreatorID> for IUnknown
impl From<OpenGLOn12CreatorID> for IUnknown
§fn from(value: OpenGLOn12CreatorID) -> Self
fn from(value: OpenGLOn12CreatorID) -> Self
Converts to this type from the input type.
§impl Interface for OpenGLOn12CreatorID
impl Interface for OpenGLOn12CreatorID
§impl PartialEq for OpenGLOn12CreatorID
impl PartialEq for OpenGLOn12CreatorID
§impl Vtable for OpenGLOn12CreatorID
impl Vtable for OpenGLOn12CreatorID
type Vtable = OpenGLOn12CreatorID_Vtbl
Source§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.Source§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.
impl Eq for OpenGLOn12CreatorID
Auto Trait Implementations§
impl Freeze for OpenGLOn12CreatorID
impl RefUnwindSafe for OpenGLOn12CreatorID
impl !Send for OpenGLOn12CreatorID
impl !Sync for OpenGLOn12CreatorID
impl Unpin for OpenGLOn12CreatorID
impl UnwindSafe for OpenGLOn12CreatorID
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