windows::Win32::System::Mmc

Trait Views_Impl

pub trait Views_Impl: IDispatch_Impl {
    // Required methods
    fn Item(&self, index: i32) -> Result<View>;
    fn Count(&self) -> Result<i32>;
    fn Add(&self, node: Ref<'_, Node>, viewoptions: _ViewOptions) -> Result<()>;
    fn _NewEnum(&self) -> Result<IUnknown>;
}

Required Methods§

fn Item(&self, index: i32) -> Result<View>

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

fn Add(&self, node: Ref<'_, Node>, viewoptions: _ViewOptions) -> Result<()>

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

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§