#[repr(C)]pub struct IGattServiceUuidsStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub Battery: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub BloodPressure: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub CyclingSpeedAndCadence: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GenericAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GenericAttribute: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub Glucose: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub HealthThermometer: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub HeartRate: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub RunningSpeedAndCadence: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Battery: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§BloodPressure: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§CyclingSpeedAndCadence: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GenericAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GenericAttribute: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§Glucose: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§HealthThermometer: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§HeartRate: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§RunningSpeedAndCadence: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
Auto Trait Implementations§
impl Freeze for IGattServiceUuidsStatics_Vtbl
impl RefUnwindSafe for IGattServiceUuidsStatics_Vtbl
impl Send for IGattServiceUuidsStatics_Vtbl
impl Sync for IGattServiceUuidsStatics_Vtbl
impl Unpin for IGattServiceUuidsStatics_Vtbl
impl UnwindSafe for IGattServiceUuidsStatics_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