Struct IGattLocalCharacteristic_Vtbl
#[repr(C)]pub struct IGattLocalCharacteristic_Vtbl {Show 19 fields
pub base__: IInspectable_Vtbl,
pub Uuid: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub StaticValue: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CharacteristicProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut GattCharacteristicProperties) -> HRESULT,
pub ReadProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut GattProtectionLevel) -> HRESULT,
pub WriteProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut GattProtectionLevel) -> HRESULT,
pub CreateDescriptorAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Descriptors: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub UserDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PresentationFormats: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SubscribedClients: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SubscribedClientsChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveSubscribedClientsChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub ReadRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveReadRequested: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub WriteRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveWriteRequested: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub NotifyValueAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub NotifyValueForSubscribedClientAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Uuid: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT§StaticValue: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§CharacteristicProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut GattCharacteristicProperties) -> HRESULT§ReadProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut GattProtectionLevel) -> HRESULT§WriteProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut GattProtectionLevel) -> HRESULT§CreateDescriptorAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§Descriptors: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§UserDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§PresentationFormats: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SubscribedClients: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SubscribedClientsChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveSubscribedClientsChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§ReadRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveReadRequested: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§WriteRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveWriteRequested: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§NotifyValueAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§NotifyValueForSubscribedClientAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IGattLocalCharacteristic_Vtbl
impl RefUnwindSafe for IGattLocalCharacteristic_Vtbl
impl Send for IGattLocalCharacteristic_Vtbl
impl Sync for IGattLocalCharacteristic_Vtbl
impl Unpin for IGattLocalCharacteristic_Vtbl
impl UnwindSafe for IGattLocalCharacteristic_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