Struct windows::Devices::Bluetooth::IBluetoothDevice_Vtbl
#[repr(C)]pub struct IBluetoothDevice_Vtbl {Show 15 fields
pub base__: IInspectable_Vtbl,
pub DeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub HostName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub ClassOfDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SdpRecords: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RfcommServices: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ConnectionStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut BluetoothConnectionStatus) -> HRESULT,
pub BluetoothAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
pub NameChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveNameChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub SdpRecordsChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveSdpRecordsChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub ConnectionStatusChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveConnectionStatusChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§DeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§HostName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§ClassOfDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SdpRecords: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RfcommServices: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ConnectionStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut BluetoothConnectionStatus) -> HRESULT
§BluetoothAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT
§NameChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveNameChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§SdpRecordsChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveSdpRecordsChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§ConnectionStatusChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveConnectionStatusChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto Trait Implementations§
impl Freeze for IBluetoothDevice_Vtbl
impl RefUnwindSafe for IBluetoothDevice_Vtbl
impl Send for IBluetoothDevice_Vtbl
impl Sync for IBluetoothDevice_Vtbl
impl Unpin for IBluetoothDevice_Vtbl
impl UnwindSafe for IBluetoothDevice_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