Struct IGattLocalDescriptor_Vtbl
#[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 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,
}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 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) -> HRESULTAuto 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