Trait IEnumEnhancedStorageACT_Impl
pub trait IEnumEnhancedStorageACT_Impl: IUnknownImpl {
// Required methods
fn GetACTs(
&self,
pppienhancedstorageacts: *mut *mut Option<IEnhancedStorageACT>,
pcenhancedstorageacts: *mut u32,
) -> Result<()>;
fn GetMatchingACT(&self, szvolume: &PCWSTR) -> Result<IEnhancedStorageACT>;
}
Required Methods§
fn GetACTs( &self, pppienhancedstorageacts: *mut *mut Option<IEnhancedStorageACT>, pcenhancedstorageacts: *mut u32, ) -> Result<()>
fn GetMatchingACT(&self, szvolume: &PCWSTR) -> Result<IEnhancedStorageACT>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.