#[repr(C)]pub struct IGattServiceUuidsStatics2_Vtbl {Show 14 fields
pub base__: IInspectable_Vtbl,
pub AlertNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub CurrentTime: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub CyclingPower: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub DeviceInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub HumanInterfaceDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub ImmediateAlert: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub LinkLoss: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub LocationAndNavigation: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub NextDstChange: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub PhoneAlertStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub ReferenceTimeUpdate: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub ScanParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub TxPower: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§AlertNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§CurrentTime: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§CyclingPower: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§DeviceInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§HumanInterfaceDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§ImmediateAlert: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§LinkLoss: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§NextDstChange: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§PhoneAlertStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§ReferenceTimeUpdate: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§ScanParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§TxPower: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
Auto Trait Implementations§
impl Freeze for IGattServiceUuidsStatics2_Vtbl
impl RefUnwindSafe for IGattServiceUuidsStatics2_Vtbl
impl Send for IGattServiceUuidsStatics2_Vtbl
impl Sync for IGattServiceUuidsStatics2_Vtbl
impl Unpin for IGattServiceUuidsStatics2_Vtbl
impl UnwindSafe for IGattServiceUuidsStatics2_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