pub struct IITOperationStatus(/* private fields */);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 for IITOperationStatus
impl PartialEq 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.
impl Eq for IITOperationStatus
Auto Trait Implementations§
impl Freeze for IITOperationStatus
impl RefUnwindSafe for IITOperationStatus
impl !Send for IITOperationStatus
impl !Sync for IITOperationStatus
impl Unpin for IITOperationStatus
impl UnwindSafe for IITOperationStatus
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