Struct windows::Devices::Bluetooth::IBluetoothAdapter_Vtbl
#[repr(C)]pub struct IBluetoothAdapter_Vtbl {
pub base__: IInspectable_Vtbl,
pub DeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub BluetoothAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
pub IsClassicSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsLowEnergySupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsPeripheralRoleSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsCentralRoleSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsAdvertisementOffloadSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub GetRadioAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§DeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§BluetoothAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT
§IsClassicSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsLowEnergySupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsPeripheralRoleSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsCentralRoleSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsAdvertisementOffloadSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§GetRadioAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IBluetoothAdapter_Vtbl
impl RefUnwindSafe for IBluetoothAdapter_Vtbl
impl Send for IBluetoothAdapter_Vtbl
impl Sync for IBluetoothAdapter_Vtbl
impl Unpin for IBluetoothAdapter_Vtbl
impl UnwindSafe for IBluetoothAdapter_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