windows::Win32::Networking::Clustering

Trait ISClusPartitionEx_Impl

pub trait ISClusPartitionEx_Impl: ISClusPartition_Impl {
    // Required methods
    fn TotalSize(&self) -> Result<i32>;
    fn FreeSpace(&self) -> Result<i32>;
    fn DeviceNumber(&self) -> Result<i32>;
    fn PartitionNumber(&self) -> Result<i32>;
    fn VolumeGuid(&self) -> Result<BSTR>;
}

Required Methods§

fn TotalSize(&self) -> Result<i32>

fn FreeSpace(&self) -> Result<i32>

fn DeviceNumber(&self) -> Result<i32>

fn PartitionNumber(&self) -> Result<i32>

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

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§