#[repr(C)]pub struct IGattDescriptor_Vtbl {
pub base__: IInspectable_Vtbl,
pub ProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut GattProtectionLevel) -> HRESULT,
pub SetProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: GattProtectionLevel) -> 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 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,
}
Fields§
§base__: IInspectable_Vtbl
§ProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut GattProtectionLevel) -> HRESULT
§SetProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: GattProtectionLevel) -> HRESULT
§Uuid: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§AttributeHandle: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> 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
Auto Trait Implementations§
impl Freeze for IGattDescriptor_Vtbl
impl RefUnwindSafe for IGattDescriptor_Vtbl
impl Send for IGattDescriptor_Vtbl
impl Sync for IGattDescriptor_Vtbl
impl Unpin for IGattDescriptor_Vtbl
impl UnwindSafe for IGattDescriptor_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