Struct windows::Devices::Bluetooth::IBluetoothLEDevice3_Vtbl
#[repr(C)]pub struct IBluetoothLEDevice3_Vtbl {
pub base__: IInspectable_Vtbl,
pub DeviceAccessInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RequestAccessAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetGattServicesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetGattServicesWithCacheModeAsync: unsafe extern "system" fn(_: *mut c_void, _: BluetoothCacheMode, _: *mut *mut c_void) -> HRESULT,
pub GetGattServicesForUuidAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT,
pub GetGattServicesForUuidWithCacheModeAsync: 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
§RequestAccessAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetGattServicesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetGattServicesWithCacheModeAsync: unsafe extern "system" fn(_: *mut c_void, _: BluetoothCacheMode, _: *mut *mut c_void) -> HRESULT
§GetGattServicesForUuidAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT
§GetGattServicesForUuidWithCacheModeAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: BluetoothCacheMode, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IBluetoothLEDevice3_Vtbl
impl RefUnwindSafe for IBluetoothLEDevice3_Vtbl
impl Send for IBluetoothLEDevice3_Vtbl
impl Sync for IBluetoothLEDevice3_Vtbl
impl Unpin for IBluetoothLEDevice3_Vtbl
impl UnwindSafe for IBluetoothLEDevice3_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