Struct itunes_com::sys::IITSourceCollection
source · #[repr(transparent)]pub struct IITSourceCollection(_);Expand description
IITSourceCollection Interface
See the generated IITSourceCollection_Impl trait for more documentation about each function.
Implementations§
source§impl IITSourceCollection
impl IITSourceCollection
pub unsafe fn Count(&self, Count: *mut i32) -> HRESULT
pub unsafe fn Item( &self, Index: i32, iSource: *mut Option<IITSource> ) -> HRESULT
pub unsafe fn ItemByName( &self, Name: BSTR, iSource: *mut Option<IITSource> ) -> HRESULT
pub unsafe fn _NewEnum(&self, iEnumerator: *mut Option<IEnumVARIANT>) -> HRESULT
pub unsafe fn ItemByPersistentID( &self, highID: i32, lowID: i32, iSource: *mut Option<IITSource> ) -> HRESULT
Trait Implementations§
source§impl Clone for IITSourceCollection
impl Clone for IITSourceCollection
source§impl Debug for IITSourceCollection
impl Debug for IITSourceCollection
source§impl From<&IITSourceCollection> for IUnknown
impl From<&IITSourceCollection> for IUnknown
source§fn from(value: &IITSourceCollection) -> Self
fn from(value: &IITSourceCollection) -> Self
Converts to this type from the input type.
source§impl From<IITSourceCollection> for IUnknown
impl From<IITSourceCollection> for IUnknown
source§fn from(value: IITSourceCollection) -> Self
fn from(value: IITSourceCollection) -> Self
Converts to this type from the input type.
source§impl Interface for IITSourceCollection
impl Interface for IITSourceCollection
source§impl PartialEq<IITSourceCollection> for IITSourceCollection
impl PartialEq<IITSourceCollection> for IITSourceCollection
source§impl RuntimeName for IITSourceCollection
impl RuntimeName for IITSourceCollection
source§impl Vtable for IITSourceCollection
impl Vtable for IITSourceCollection
type Vtable = IITSourceCollection_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.