Struct ID3DInclude
pub struct ID3DInclude(/* private fields */);Implementations§
Trait Implementations§
§impl Clone for ID3DInclude
impl Clone for ID3DInclude
§impl Debug for ID3DInclude
impl Debug for ID3DInclude
§impl PartialEq for ID3DInclude
impl PartialEq for ID3DInclude
§impl Vtable for ID3DInclude
impl Vtable for ID3DInclude
type Vtable = ID3DInclude_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 ID3DInclude
impl Send for ID3DInclude
impl Sync for ID3DInclude
Auto Trait Implementations§
impl Freeze for ID3DInclude
impl RefUnwindSafe for ID3DInclude
impl Unpin for ID3DInclude
impl UnwindSafe for ID3DInclude
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