Struct ILocationReportFactory_Vtbl
#[repr(C)]pub struct ILocationReportFactory_Vtbl {
pub base__: IDispatch_Vtbl,
pub ListenForReports: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub StopListeningForReports: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Status: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub ReportInterval: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetReportInterval: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub DesiredAccuracy: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetDesiredAccuracy: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub RequestPermissions: unsafe extern "system" fn(_: *mut c_void, _: *const u32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§ListenForReports: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§StopListeningForReports: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Status: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§ReportInterval: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetReportInterval: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§DesiredAccuracy: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetDesiredAccuracy: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§RequestPermissions: unsafe extern "system" fn(_: *mut c_void, _: *const u32) -> HRESULT
Implementations§
§impl ILocationReportFactory_Vtbl
impl ILocationReportFactory_Vtbl
pub const fn new<Identity: ILocationReportFactory_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ILocationReportFactory_Vtbl
impl RefUnwindSafe for ILocationReportFactory_Vtbl
impl Send for ILocationReportFactory_Vtbl
impl Sync for ILocationReportFactory_Vtbl
impl Unpin for ILocationReportFactory_Vtbl
impl UnwindSafe for ILocationReportFactory_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