windows::Win32::Storage::EnhancedStorage

Trait IEnhancedStorageACT2_Impl

pub trait IEnhancedStorageACT2_Impl: 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>

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.

Implementors§