Trait IAMDeviceRemoval_Impl
pub trait IAMDeviceRemoval_Impl: IUnknownImpl {
// Required methods
fn DeviceInfo(
&self,
pclsidinterfaceclass: *mut GUID,
pwszsymboliclink: *mut PWSTR,
) -> Result<()>;
fn Reassociate(&self) -> Result<()>;
fn Disassociate(&self) -> Result<()>;
}
Required Methods§
fn DeviceInfo( &self, pclsidinterfaceclass: *mut GUID, pwszsymboliclink: *mut PWSTR, ) -> Result<()>
fn Reassociate(&self) -> Result<()>
fn Disassociate(&self) -> Result<()>
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.