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