windows::Gaming::Input

Trait IGameControllerBatteryInfo_Impl

pub trait IGameControllerBatteryInfo_Impl: IUnknownImpl {
    // Required method
    fn TryGetBatteryReport(&self) -> Result<BatteryReport>;
}

Required Methods§

fn TryGetBatteryReport(&self) -> Result<BatteryReport>

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§