#[repr(C)]pub struct IGattCharacteristic_Vtbl {Show 17 fields
pub base__: IInspectable_Vtbl,
pub GetDescriptors: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT,
pub CharacteristicProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut GattCharacteristicProperties) -> HRESULT,
pub ProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut GattProtectionLevel) -> HRESULT,
pub SetProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: GattProtectionLevel) -> HRESULT,
pub UserDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub Uuid: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub AttributeHandle: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub PresentationFormats: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ReadValueAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ReadValueWithCacheModeAsync: unsafe extern "system" fn(_: *mut c_void, _: BluetoothCacheMode, _: *mut *mut c_void) -> HRESULT,
pub WriteValueAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub WriteValueWithOptionAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: GattWriteOption, _: *mut *mut c_void) -> HRESULT,
pub ReadClientCharacteristicConfigurationDescriptorAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub WriteClientCharacteristicConfigurationDescriptorAsync: unsafe extern "system" fn(_: *mut c_void, _: GattClientCharacteristicConfigurationDescriptorValue, _: *mut *mut c_void) -> HRESULT,
pub ValueChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveValueChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GetDescriptors: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT
§CharacteristicProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut GattCharacteristicProperties) -> HRESULT
§ProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut GattProtectionLevel) -> HRESULT
§SetProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: GattProtectionLevel) -> HRESULT
§UserDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§Uuid: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§AttributeHandle: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§PresentationFormats: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ReadValueAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ReadValueWithCacheModeAsync: unsafe extern "system" fn(_: *mut c_void, _: BluetoothCacheMode, _: *mut *mut c_void) -> HRESULT
§WriteValueAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§WriteValueWithOptionAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: GattWriteOption, _: *mut *mut c_void) -> HRESULT
§ReadClientCharacteristicConfigurationDescriptorAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§WriteClientCharacteristicConfigurationDescriptorAsync: unsafe extern "system" fn(_: *mut c_void, _: GattClientCharacteristicConfigurationDescriptorValue, _: *mut *mut c_void) -> HRESULT
§ValueChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveValueChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto Trait Implementations§
impl Freeze for IGattCharacteristic_Vtbl
impl RefUnwindSafe for IGattCharacteristic_Vtbl
impl Send for IGattCharacteristic_Vtbl
impl Sync for IGattCharacteristic_Vtbl
impl Unpin for IGattCharacteristic_Vtbl
impl UnwindSafe for IGattCharacteristic_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