pub struct IITEncoder(/* private fields */);Expand description
IITEncoder Interface
See the generated IITEncoder_Impl trait for more documentation about each function.
Implementations§
Trait Implementations§
Source§impl Clone for IITEncoder
impl Clone for IITEncoder
Source§impl Debug for IITEncoder
impl Debug for IITEncoder
Source§impl From<&IITEncoder> for IUnknown
impl From<&IITEncoder> for IUnknown
Source§fn from(value: &IITEncoder) -> Self
fn from(value: &IITEncoder) -> Self
Converts to this type from the input type.
Source§impl From<IITEncoder> for IUnknown
impl From<IITEncoder> for IUnknown
Source§fn from(value: IITEncoder) -> Self
fn from(value: IITEncoder) -> Self
Converts to this type from the input type.
Source§impl Interface for IITEncoder
impl Interface for IITEncoder
Source§impl PartialEq for IITEncoder
impl PartialEq for IITEncoder
Source§impl RuntimeName for IITEncoder
impl RuntimeName for IITEncoder
Source§impl Vtable for IITEncoder
impl Vtable for IITEncoder
type Vtable = IITEncoder_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 IITEncoder
Auto Trait Implementations§
impl Freeze for IITEncoder
impl RefUnwindSafe for IITEncoder
impl !Send for IITEncoder
impl !Sync for IITEncoder
impl Unpin for IITEncoder
impl UnwindSafe for IITEncoder
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