Struct 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 *mut c_void) -> 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 *mut c_void) -> 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 i64) -> HRESULT,
pub RemoveNameChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub SdpRecordsChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveSdpRecordsChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub ConnectionStatusChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveConnectionStatusChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§DeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§HostName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> 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 i64) -> HRESULT§RemoveNameChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§SdpRecordsChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveSdpRecordsChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§ConnectionStatusChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveConnectionStatusChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULTAuto 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