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