windows::Win32::Devices::Geolocation

Trait IDefaultLocation_Impl

pub trait IDefaultLocation_Impl: IUnknownImpl {
    // Required methods
    fn SetReport(
        &self,
        reporttype: *const GUID,
        plocationreport: Ref<'_, ILocationReport>,
    ) -> Result<()>;
    fn GetReport(&self, reporttype: *const GUID) -> Result<ILocationReport>;
}

Required Methods§

fn SetReport( &self, reporttype: *const GUID, plocationreport: Ref<'_, ILocationReport>, ) -> Result<()>

fn GetReport(&self, reporttype: *const GUID) -> Result<ILocationReport>

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§