Struct ILocationReport_Vtbl
#[repr(C)]pub struct ILocationReport_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetSensorID: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GetTimestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut SYSTEMTIME) -> HRESULT,
pub GetValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut PROPVARIANT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetSensorID: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GetTimestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut SYSTEMTIME) -> HRESULT
§GetValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut PROPVARIANT) -> HRESULT
Implementations§
§impl ILocationReport_Vtbl
impl ILocationReport_Vtbl
pub const fn new<Identity: ILocationReport_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ILocationReport_Vtbl
impl RefUnwindSafe for ILocationReport_Vtbl
impl Send for ILocationReport_Vtbl
impl Sync for ILocationReport_Vtbl
impl Unpin for ILocationReport_Vtbl
impl UnwindSafe for ILocationReport_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more