Trait ISClusPartition_Impl
pub trait ISClusPartition_Impl: IDispatch_Impl {
// Required methods
fn Flags(&self) -> Result<i32>;
fn DeviceName(&self) -> Result<BSTR>;
fn VolumeLabel(&self) -> Result<BSTR>;
fn SerialNumber(&self) -> Result<i32>;
fn MaximumComponentLength(&self) -> Result<i32>;
fn FileSystemFlags(&self) -> Result<i32>;
fn FileSystem(&self) -> Result<BSTR>;
}
Required Methods§
fn Flags(&self) -> Result<i32>
fn DeviceName(&self) -> Result<BSTR>
fn VolumeLabel(&self) -> Result<BSTR>
fn SerialNumber(&self) -> Result<i32>
fn MaximumComponentLength(&self) -> Result<i32>
fn FileSystemFlags(&self) -> Result<i32>
fn FileSystem(&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.