Trait windows::Win32::UI::TextServices::ITfMSAAControl_Impl

pub trait ITfMSAAControl_Impl: Sized {
    // Required methods
    fn SystemEnableMSAA(&self) -> Result<()>;
    fn SystemDisableMSAA(&self) -> Result<()>;
}

Required Methods§

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

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

Object Safety§

This trait is not object safe.

Implementors§