pub struct IITVisual(/* private fields */);Expand description
IITVisual Interface
See the generated IITVisual_Impl trait for more documentation about each function.
Implementations§
Trait Implementations§
Source§impl Interface for IITVisual
impl Interface for IITVisual
Source§impl Vtable for IITVisual
impl Vtable for IITVisual
type Vtable = IITVisual_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 IITVisual
Auto Trait Implementations§
impl Freeze for IITVisual
impl RefUnwindSafe for IITVisual
impl !Send for IITVisual
impl !Sync for IITVisual
impl Unpin for IITVisual
impl UnwindSafe for IITVisual
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