pub struct IITEncoderCollection(/* private fields */);Expand description
IITEncoderCollection Interface
See the generated IITEncoderCollection_Impl trait for more documentation about each function.
Implementations§
Source§impl IITEncoderCollection
impl IITEncoderCollection
pub unsafe fn Count(&self, Count: *mut i32) -> HRESULT
pub unsafe fn Item( &self, Index: i32, iEncoder: *mut Option<IITEncoder>, ) -> HRESULT
pub unsafe fn ItemByName( &self, Name: BSTR, iEncoder: *mut Option<IITEncoder>, ) -> HRESULT
pub unsafe fn _NewEnum(&self, iEnumerator: *mut Option<IEnumVARIANT>) -> HRESULT
Trait Implementations§
Source§impl Clone for IITEncoderCollection
impl Clone for IITEncoderCollection
Source§impl Debug for IITEncoderCollection
impl Debug for IITEncoderCollection
Source§impl From<&IITEncoderCollection> for IUnknown
impl From<&IITEncoderCollection> for IUnknown
Source§fn from(value: &IITEncoderCollection) -> Self
fn from(value: &IITEncoderCollection) -> Self
Converts to this type from the input type.
Source§impl From<IITEncoderCollection> for IUnknown
impl From<IITEncoderCollection> for IUnknown
Source§fn from(value: IITEncoderCollection) -> Self
fn from(value: IITEncoderCollection) -> Self
Converts to this type from the input type.
Source§impl Interface for IITEncoderCollection
impl Interface for IITEncoderCollection
Source§impl PartialEq for IITEncoderCollection
impl PartialEq for IITEncoderCollection
Source§impl RuntimeName for IITEncoderCollection
impl RuntimeName for IITEncoderCollection
Source§impl Vtable for IITEncoderCollection
impl Vtable for IITEncoderCollection
type Vtable = IITEncoderCollection_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 IITEncoderCollection
Auto Trait Implementations§
impl Freeze for IITEncoderCollection
impl RefUnwindSafe for IITEncoderCollection
impl !Send for IITEncoderCollection
impl !Sync for IITEncoderCollection
impl Unpin for IITEncoderCollection
impl UnwindSafe for IITEncoderCollection
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