Struct ILocation_Vtbl
#[repr(C)]pub struct ILocation_Vtbl {
pub base__: IUnknown_Vtbl,
pub RegisterForReport: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const GUID, _: u32) -> HRESULT,
pub UnregisterForReport: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
pub GetReport: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub GetReportStatus: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut LOCATION_REPORT_STATUS) -> HRESULT,
pub GetReportInterval: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut u32) -> HRESULT,
pub SetReportInterval: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32) -> HRESULT,
pub GetDesiredAccuracy: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut LOCATION_DESIRED_ACCURACY) -> HRESULT,
pub SetDesiredAccuracy: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: LOCATION_DESIRED_ACCURACY) -> HRESULT,
pub RequestPermissions: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *const GUID, _: u32, _: BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§RegisterForReport: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const GUID, _: u32) -> HRESULT
§UnregisterForReport: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT
§GetReport: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§GetReportStatus: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut LOCATION_REPORT_STATUS) -> HRESULT
§GetReportInterval: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut u32) -> HRESULT
§SetReportInterval: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32) -> HRESULT
§GetDesiredAccuracy: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut LOCATION_DESIRED_ACCURACY) -> HRESULT
§SetDesiredAccuracy: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: LOCATION_DESIRED_ACCURACY) -> HRESULT
§RequestPermissions: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *const GUID, _: u32, _: BOOL) -> HRESULT
Implementations§
§impl ILocation_Vtbl
impl ILocation_Vtbl
pub const fn new<Identity: ILocation_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ILocation_Vtbl
impl RefUnwindSafe for ILocation_Vtbl
impl Send for ILocation_Vtbl
impl Sync for ILocation_Vtbl
impl Unpin for ILocation_Vtbl
impl UnwindSafe for ILocation_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