windows::Win32::UI::Shell

Trait IQueryCodePage_Impl

pub trait IQueryCodePage_Impl: IUnknownImpl {
    // Required methods
    fn GetCodePage(&self) -> Result<u32>;
    fn SetCodePage(&self, uicodepage: u32) -> Result<()>;
}

Required Methods§

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

fn SetCodePage(&self, uicodepage: 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§