pub trait IConsolePowerSink_Impl: Sized {
    // Required method
    fn OnPowerBroadcast(&self, nevent: u32, lparam: LPARAM) -> Result<LRESULT>;
}

Required Methods§

fn OnPowerBroadcast(&self, nevent: u32, lparam: LPARAM) -> Result<LRESULT>

Object Safety§

This trait is not object safe.

Implementors§