Struct itunes_com::sys::IITSource
source · #[repr(transparent)]pub struct IITSource(_);Expand description
IITSource Interface
See the generated IITSource_Impl trait for more documentation about each function.
Implementations§
source§impl IITSource
impl IITSource
pub unsafe fn Kind(&self, Kind: *mut ITSourceKind) -> HRESULT
pub unsafe fn Capacity(&self, Capacity: *mut f64) -> HRESULT
pub unsafe fn FreeSpace(&self, FreeSpace: *mut f64) -> HRESULT
pub unsafe fn Playlists( &self, iPlaylistCollection: *mut Option<IITPlaylistCollection> ) -> HRESULT
Trait Implementations§
source§impl Interface for IITSource
impl Interface for IITSource
source§impl PartialEq<IITSource> for IITSource
impl PartialEq<IITSource> for IITSource
source§impl Vtable for IITSource
impl Vtable for IITSource
type Vtable = IITSource_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.