pub trait IEnhancedStorageACT2_Impl: Sized + IEnhancedStorageACT_Impl {
// Required methods
fn GetDeviceName(&self) -> Result<PWSTR>;
fn IsDeviceRemovable(&self) -> Result<BOOL>;
}
Required Methods§
fn GetDeviceName(&self) -> Result<PWSTR>
fn IsDeviceRemovable(&self) -> Result<BOOL>
Object Safety§
This trait is not object safe.