Struct itunes_com::sys::IITOperationStatus
source · #[repr(transparent)]pub struct IITOperationStatus(_);Expand description
IITOperationStatus Interface
See the generated IITOperationStatus_Impl trait for more documentation about each function.
Implementations§
source§impl IITOperationStatus
impl IITOperationStatus
pub unsafe fn InProgress(&self, isInProgress: *mut VARIANT_BOOL) -> HRESULT
pub unsafe fn Tracks( &self, iTrackCollection: *mut Option<IITTrackCollection> ) -> HRESULT
Trait Implementations§
source§impl Clone for IITOperationStatus
impl Clone for IITOperationStatus
source§impl Debug for IITOperationStatus
impl Debug for IITOperationStatus
source§impl From<&IITOperationStatus> for IUnknown
impl From<&IITOperationStatus> for IUnknown
source§fn from(value: &IITOperationStatus) -> Self
fn from(value: &IITOperationStatus) -> Self
Converts to this type from the input type.
source§impl From<IITOperationStatus> for IUnknown
impl From<IITOperationStatus> for IUnknown
source§fn from(value: IITOperationStatus) -> Self
fn from(value: IITOperationStatus) -> Self
Converts to this type from the input type.
source§impl Interface for IITOperationStatus
impl Interface for IITOperationStatus
source§impl PartialEq<IITOperationStatus> for IITOperationStatus
impl PartialEq<IITOperationStatus> for IITOperationStatus
source§impl RuntimeName for IITOperationStatus
impl RuntimeName for IITOperationStatus
source§impl Vtable for IITOperationStatus
impl Vtable for IITOperationStatus
type Vtable = IITOperationStatus_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.