windows::Win32::Storage::Vss

Trait IVssWMFiledesc_Impl

pub trait IVssWMFiledesc_Impl: IUnknownImpl {
    // Required methods
    fn GetPath(&self) -> Result<BSTR>;
    fn GetFilespec(&self) -> Result<BSTR>;
    fn GetRecursive(&self) -> Result<bool>;
    fn GetAlternateLocation(&self) -> Result<BSTR>;
    fn GetBackupTypeMask(&self) -> Result<u32>;
}

Required Methods§

fn GetPath(&self) -> Result<BSTR>

fn GetFilespec(&self) -> Result<BSTR>

fn GetRecursive(&self) -> Result<bool>

fn GetAlternateLocation(&self) -> Result<BSTR>

fn GetBackupTypeMask(&self) -> Result<u32>

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§