windows::Win32::NetworkManagement::NetworkPolicyServer

Trait ISdo_Impl

pub trait ISdo_Impl: IDispatch_Impl {
    // Required methods
    fn GetPropertyInfo(&self, id: i32) -> Result<IUnknown>;
    fn GetProperty(&self, id: i32) -> Result<VARIANT>;
    fn PutProperty(&self, id: i32, pvalue: *const VARIANT) -> Result<()>;
    fn ResetProperty(&self, id: i32) -> Result<()>;
    fn Apply(&self) -> Result<()>;
    fn Restore(&self) -> Result<()>;
    fn _NewEnum(&self) -> Result<IUnknown>;
}

Required Methods§

fn GetPropertyInfo(&self, id: i32) -> Result<IUnknown>

fn GetProperty(&self, id: i32) -> Result<VARIANT>

fn PutProperty(&self, id: i32, pvalue: *const VARIANT) -> Result<()>

fn ResetProperty(&self, id: i32) -> Result<()>

fn Apply(&self) -> Result<()>

fn Restore(&self) -> 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§