Trait IConsolePower_Impl
pub trait IConsolePower_Impl: IUnknownImpl {
// Required methods
fn SetExecutionState(&self, dwadd: u32, dwremove: u32) -> Result<()>;
fn ResetIdleTimer(&self, dwflags: u32) -> Result<()>;
}
Required Methods§
fn SetExecutionState(&self, dwadd: u32, dwremove: u32) -> Result<()>
fn ResetIdleTimer(&self, dwflags: 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.