windows::Win32::Devices::Sensors

Trait ILocationPermissions_Impl

pub trait ILocationPermissions_Impl: IUnknownImpl {
    // Required methods
    fn GetGlobalLocationPermission(&self) -> Result<BOOL>;
    fn CheckLocationCapability(&self, dwclientthreadid: u32) -> Result<()>;
}

Required Methods§

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

fn CheckLocationCapability(&self, dwclientthreadid: 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.

Implementors§