#[repr(C)]pub struct IGattLocalDescriptor_Vtbl {
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 ReadProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut GattProtectionLevel) -> HRESULT,
pub WriteProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut GattProtectionLevel) -> HRESULT,
pub ReadRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveReadRequested: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub WriteRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveWriteRequested: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> 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
§ReadProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut GattProtectionLevel) -> HRESULT
§WriteProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut GattProtectionLevel) -> HRESULT
§ReadRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveReadRequested: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§WriteRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveWriteRequested: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto Trait Implementations§
impl Freeze for IGattLocalDescriptor_Vtbl
impl RefUnwindSafe for IGattLocalDescriptor_Vtbl
impl Send for IGattLocalDescriptor_Vtbl
impl Sync for IGattLocalDescriptor_Vtbl
impl Unpin for IGattLocalDescriptor_Vtbl
impl UnwindSafe for IGattLocalDescriptor_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