pub trait IVdsDiskPartitionMF2_Impl: Sized {
// 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>
Object Safety§
This trait is not object safe.