windows::Win32::Storage::VirtualDiskService

Trait IVdsDiskPartitionMF2_Impl

pub trait IVdsDiskPartitionMF2_Impl: IUnknownImpl {
    // Required method
    fn FormatPartitionEx2(
        &self,
        ulloffset: u64,
        pwszfilesystemtypename: &PCWSTR,
        usfilesystemrevision: u16,
        uldesiredunitallocationsize: u32,
        pwszlabel: &PCWSTR,
        options: u32,
    ) -> Result<IVdsAsync>;
}

Required Methods§

fn FormatPartitionEx2( &self, ulloffset: u64, pwszfilesystemtypename: &PCWSTR, usfilesystemrevision: u16, uldesiredunitallocationsize: u32, pwszlabel: &PCWSTR, options: u32, ) -> Result<IVdsAsync>

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§