Struct direct_storage::IDStorageFile
source · pub struct IDStorageFile(/* private fields */);Implementations§
source§impl IDStorageFile
impl IDStorageFile
Trait Implementations§
source§impl Clone for IDStorageFile
impl Clone for IDStorageFile
source§fn clone(&self) -> IDStorageFile
fn clone(&self) -> IDStorageFile
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 IDStorageFile
impl ComInterface for IDStorageFile
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 IDStorageFile
impl Debug for IDStorageFile
source§impl Interface for IDStorageFile
impl Interface for IDStorageFile
type Vtable = IDStorageFile_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 IDStorageFile
impl PartialEq for IDStorageFile
source§fn eq(&self, other: &IDStorageFile) -> bool
fn eq(&self, other: &IDStorageFile) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for IDStorageFile
impl StructuralPartialEq for IDStorageFile
Auto Trait Implementations§
impl RefUnwindSafe for IDStorageFile
impl !Send for IDStorageFile
impl !Sync for IDStorageFile
impl Unpin for IDStorageFile
impl UnwindSafe for IDStorageFile
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