Struct direct_storage::IDStorageStatusArray
source · #[repr(transparent)]pub struct IDStorageStatusArray(_);Implementations§
source§impl IDStorageStatusArray
impl IDStorageStatusArray
pub unsafe fn IsComplete(&self, index: u32) -> bool
pub unsafe fn GetHResult(&self, index: u32) -> Result<()>
Trait Implementations§
source§impl Clone for IDStorageStatusArray
impl Clone for IDStorageStatusArray
source§impl Debug for IDStorageStatusArray
impl Debug for IDStorageStatusArray
source§impl From<&IDStorageStatusArray> for IUnknown
impl From<&IDStorageStatusArray> for IUnknown
source§fn from(value: &IDStorageStatusArray) -> Self
fn from(value: &IDStorageStatusArray) -> Self
Converts to this type from the input type.
source§impl From<IDStorageStatusArray> for IUnknown
impl From<IDStorageStatusArray> for IUnknown
source§fn from(value: IDStorageStatusArray) -> Self
fn from(value: IDStorageStatusArray) -> Self
Converts to this type from the input type.
source§impl Interface for IDStorageStatusArray
impl Interface for IDStorageStatusArray
source§impl PartialEq<IDStorageStatusArray> for IDStorageStatusArray
impl PartialEq<IDStorageStatusArray> for IDStorageStatusArray
source§impl RuntimeName for IDStorageStatusArray
impl RuntimeName for IDStorageStatusArray
source§impl Vtable for IDStorageStatusArray
impl Vtable for IDStorageStatusArray
type Vtable = IDStorageStatusArray_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.