pub trait IEnhancedStorageACT2_Impl: Sized + IEnhancedStorageACT_Impl {
    // Required methods
    fn GetDeviceName(&self) -> Result<PWSTR>;
    fn IsDeviceRemovable(&self) -> Result<BOOL>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§