windows::Win32::System::DeploymentServices

Trait IWdsTransportDiagnosticsPolicy_Impl

pub trait IWdsTransportDiagnosticsPolicy_Impl: IWdsTransportCacheable_Impl {
    // Required methods
    fn Enabled(&self) -> Result<VARIANT_BOOL>;
    fn SetEnabled(&self, benabled: VARIANT_BOOL) -> Result<()>;
    fn Components(&self) -> Result<u32>;
    fn SetComponents(&self, ulcomponents: u32) -> Result<()>;
}

Required Methods§

fn Enabled(&self) -> Result<VARIANT_BOOL>

fn SetEnabled(&self, benabled: VARIANT_BOOL) -> Result<()>

fn Components(&self) -> Result<u32>

fn SetComponents(&self, ulcomponents: u32) -> 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§