#[repr(C)]pub struct IBluetoothLEDeviceStatics2_Vtbl {
pub base__: IInspectable_Vtbl,
pub GetDeviceSelectorFromPairingState: unsafe extern "system" fn(_: *mut c_void, _: bool, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub GetDeviceSelectorFromConnectionStatus: unsafe extern "system" fn(_: *mut c_void, _: BluetoothConnectionStatus, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub GetDeviceSelectorFromDeviceName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub GetDeviceSelectorFromBluetoothAddress: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub GetDeviceSelectorFromBluetoothAddressWithBluetoothAddressType: unsafe extern "system" fn(_: *mut c_void, _: u64, _: BluetoothAddressType, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub GetDeviceSelectorFromAppearance: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub FromBluetoothAddressWithBluetoothAddressTypeAsync: unsafe extern "system" fn(_: *mut c_void, _: u64, _: BluetoothAddressType, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GetDeviceSelectorFromPairingState: unsafe extern "system" fn(_: *mut c_void, _: bool, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§GetDeviceSelectorFromConnectionStatus: unsafe extern "system" fn(_: *mut c_void, _: BluetoothConnectionStatus, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§GetDeviceSelectorFromDeviceName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§GetDeviceSelectorFromBluetoothAddress: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§GetDeviceSelectorFromBluetoothAddressWithBluetoothAddressType: unsafe extern "system" fn(_: *mut c_void, _: u64, _: BluetoothAddressType, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§GetDeviceSelectorFromAppearance: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§FromBluetoothAddressWithBluetoothAddressTypeAsync: unsafe extern "system" fn(_: *mut c_void, _: u64, _: BluetoothAddressType, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IBluetoothLEDeviceStatics2_Vtbl
impl RefUnwindSafe for IBluetoothLEDeviceStatics2_Vtbl
impl Send for IBluetoothLEDeviceStatics2_Vtbl
impl Sync for IBluetoothLEDeviceStatics2_Vtbl
impl Unpin for IBluetoothLEDeviceStatics2_Vtbl
impl UnwindSafe for IBluetoothLEDeviceStatics2_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