windows::Win32::System::Mmc

Trait Node_Impl

pub trait Node_Impl: IDispatch_Impl {
    // Required methods
    fn Name(&self) -> Result<BSTR>;
    fn get_Property(&self, propertyname: &BSTR) -> Result<BSTR>;
    fn Bookmark(&self) -> Result<BSTR>;
    fn IsScopeNode(&self) -> Result<BOOL>;
    fn Nodetype(&self) -> Result<BSTR>;
}

Required Methods§

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

fn get_Property(&self, propertyname: &BSTR) -> Result<BSTR>

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

fn IsScopeNode(&self) -> Result<BOOL>

fn Nodetype(&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§