Trait ILocationReport_Impl
pub trait ILocationReport_Impl: IUnknownImpl {
// Required methods
fn GetSensorID(&self) -> Result<GUID>;
fn GetTimestamp(&self) -> Result<SYSTEMTIME>;
fn GetValue(&self, pkey: *const PROPERTYKEY) -> Result<PROPVARIANT>;
}
Required Methods§
fn GetSensorID(&self) -> Result<GUID>
fn GetTimestamp(&self) -> Result<SYSTEMTIME>
fn GetValue(&self, pkey: *const PROPERTYKEY) -> Result<PROPVARIANT>
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.