windows::Win32::Networking::Clustering

Trait IGetClusterUIInfo_Impl

pub trait IGetClusterUIInfo_Impl: IUnknownImpl {
    // Required methods
    fn GetClusterName(&self, lpszname: BSTR, pcchname: *mut i32) -> Result<()>;
    fn GetLocale(&self) -> u32;
    fn GetFont(&self) -> HFONT;
    fn GetIcon(&self) -> HICON;
}

Required Methods§

fn GetClusterName(&self, lpszname: BSTR, pcchname: *mut i32) -> Result<()>

fn GetLocale(&self) -> u32

fn GetFont(&self) -> HFONT

fn GetIcon(&self) -> HICON

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§