windows::Win32::Storage::FileSystem

Trait IDiskQuotaUserBatch_Impl

pub trait IDiskQuotaUserBatch_Impl: IUnknownImpl {
    // Required methods
    fn Add(&self, puser: Ref<'_, IDiskQuotaUser>) -> Result<()>;
    fn Remove(&self, puser: Ref<'_, IDiskQuotaUser>) -> Result<()>;
    fn RemoveAll(&self) -> Result<()>;
    fn FlushToDisk(&self) -> Result<()>;
}

Required Methods§

fn Add(&self, puser: Ref<'_, IDiskQuotaUser>) -> Result<()>

fn Remove(&self, puser: Ref<'_, IDiskQuotaUser>) -> Result<()>

fn RemoveAll(&self) -> Result<()>

fn FlushToDisk(&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.

Implementors§