pub trait IWindowsLockModeHelper_Impl: Sized {
    // Required method
    fn GetSMode(&self) -> Result<BOOL>;
}

Required Methods§

fn GetSMode(&self) -> Result<BOOL>

Object Safety§

This trait is not object safe.

Implementors§