Struct IGattDeviceService3_Vtbl
#[repr(C)]pub struct IGattDeviceService3_Vtbl {Show 14 fields
pub base__: IInspectable_Vtbl,
pub DeviceAccessInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Session: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SharingMode: unsafe extern "system" fn(_: *mut c_void, _: *mut GattSharingMode) -> HRESULT,
pub RequestAccessAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub OpenAsync: unsafe extern "system" fn(_: *mut c_void, _: GattSharingMode, _: *mut *mut c_void) -> HRESULT,
pub GetCharacteristicsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetCharacteristicsWithCacheModeAsync: unsafe extern "system" fn(_: *mut c_void, _: BluetoothCacheMode, _: *mut *mut c_void) -> HRESULT,
pub GetCharacteristicsForUuidAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT,
pub GetCharacteristicsForUuidWithCacheModeAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: BluetoothCacheMode, _: *mut *mut c_void) -> HRESULT,
pub GetIncludedServicesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetIncludedServicesWithCacheModeAsync: unsafe extern "system" fn(_: *mut c_void, _: BluetoothCacheMode, _: *mut *mut c_void) -> HRESULT,
pub GetIncludedServicesForUuidAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT,
pub GetIncludedServicesForUuidWithCacheModeAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: BluetoothCacheMode, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§DeviceAccessInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Session: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SharingMode: unsafe extern "system" fn(_: *mut c_void, _: *mut GattSharingMode) -> HRESULT§RequestAccessAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§OpenAsync: unsafe extern "system" fn(_: *mut c_void, _: GattSharingMode, _: *mut *mut c_void) -> HRESULT§GetCharacteristicsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetCharacteristicsWithCacheModeAsync: unsafe extern "system" fn(_: *mut c_void, _: BluetoothCacheMode, _: *mut *mut c_void) -> HRESULT§GetCharacteristicsForUuidAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT§GetCharacteristicsForUuidWithCacheModeAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: BluetoothCacheMode, _: *mut *mut c_void) -> HRESULT§GetIncludedServicesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetIncludedServicesWithCacheModeAsync: unsafe extern "system" fn(_: *mut c_void, _: BluetoothCacheMode, _: *mut *mut c_void) -> HRESULT§GetIncludedServicesForUuidAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT§GetIncludedServicesForUuidWithCacheModeAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: BluetoothCacheMode, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IGattDeviceService3_Vtbl
impl RefUnwindSafe for IGattDeviceService3_Vtbl
impl Send for IGattDeviceService3_Vtbl
impl Sync for IGattDeviceService3_Vtbl
impl Unpin for IGattDeviceService3_Vtbl
impl UnwindSafe for IGattDeviceService3_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