windows::Win32::System::Mmc

Trait Properties_Impl

pub trait Properties_Impl: IDispatch_Impl {
    // Required methods
    fn _NewEnum(&self) -> Result<IUnknown>;
    fn Item(&self, name: &BSTR) -> Result<Property>;
    fn Count(&self) -> Result<i32>;
    fn Remove(&self, name: &BSTR) -> Result<()>;
}

Required Methods§

fn _NewEnum(&self) -> Result<IUnknown>

fn Item(&self, name: &BSTR) -> Result<Property>

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

fn Remove(&self, name: &BSTR) -> 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§