Struct direct_storage::IDStorageStatusArray
source · pub struct IDStorageStatusArray(/* private fields */);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§fn clone(&self) -> IDStorageStatusArray
fn clone(&self) -> IDStorageStatusArray
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl ComInterface for IDStorageStatusArray
impl ComInterface for IDStorageStatusArray
fn as_unknown(&self) -> &IUnknown
source§fn cast<T>(&self) -> Result<T, Error>where
T: ComInterface,
fn cast<T>(&self) -> Result<T, Error>where
T: ComInterface,
Attempts to cast the current interface to another interface using
QueryInterface. Read moresource§impl Debug for IDStorageStatusArray
impl Debug for IDStorageStatusArray
source§impl Interface for IDStorageStatusArray
impl Interface 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.
source§impl PartialEq for IDStorageStatusArray
impl PartialEq for IDStorageStatusArray
source§fn eq(&self, other: &IDStorageStatusArray) -> bool
fn eq(&self, other: &IDStorageStatusArray) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for IDStorageStatusArray
impl StructuralPartialEq for IDStorageStatusArray
Auto Trait Implementations§
impl RefUnwindSafe for IDStorageStatusArray
impl !Send for IDStorageStatusArray
impl !Sync for IDStorageStatusArray
impl Unpin for IDStorageStatusArray
impl UnwindSafe for IDStorageStatusArray
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