#[repr(C)]pub struct IGattCharacteristic3_Vtbl {
pub base__: IInspectable_Vtbl,
pub GetDescriptorsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetDescriptorsWithCacheModeAsync: unsafe extern "system" fn(_: *mut c_void, _: BluetoothCacheMode, _: *mut *mut c_void) -> HRESULT,
pub GetDescriptorsForUuidAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT,
pub GetDescriptorsForUuidWithCacheModeAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: BluetoothCacheMode, _: *mut *mut c_void) -> HRESULT,
pub WriteValueWithResultAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub WriteValueWithResultAndOptionAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: GattWriteOption, _: *mut *mut c_void) -> HRESULT,
pub WriteClientCharacteristicConfigurationDescriptorWithResultAsync: unsafe extern "system" fn(_: *mut c_void, _: GattClientCharacteristicConfigurationDescriptorValue, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GetDescriptorsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetDescriptorsWithCacheModeAsync: unsafe extern "system" fn(_: *mut c_void, _: BluetoothCacheMode, _: *mut *mut c_void) -> HRESULT
§GetDescriptorsForUuidAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT
§GetDescriptorsForUuidWithCacheModeAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: BluetoothCacheMode, _: *mut *mut c_void) -> HRESULT
§WriteValueWithResultAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§WriteValueWithResultAndOptionAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: GattWriteOption, _: *mut *mut c_void) -> HRESULT
§WriteClientCharacteristicConfigurationDescriptorWithResultAsync: unsafe extern "system" fn(_: *mut c_void, _: GattClientCharacteristicConfigurationDescriptorValue, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IGattCharacteristic3_Vtbl
impl RefUnwindSafe for IGattCharacteristic3_Vtbl
impl Send for IGattCharacteristic3_Vtbl
impl Sync for IGattCharacteristic3_Vtbl
impl Unpin for IGattCharacteristic3_Vtbl
impl UnwindSafe for IGattCharacteristic3_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