Struct windows::Devices::Bluetooth::IBluetoothClassOfDevice_Vtbl
#[repr(C)]pub struct IBluetoothClassOfDevice_Vtbl {
pub base__: IInspectable_Vtbl,
pub RawValue: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub MajorClass: unsafe extern "system" fn(_: *mut c_void, _: *mut BluetoothMajorClass) -> HRESULT,
pub MinorClass: unsafe extern "system" fn(_: *mut c_void, _: *mut BluetoothMinorClass) -> HRESULT,
pub ServiceCapabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut BluetoothServiceCapabilities) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§RawValue: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§MajorClass: unsafe extern "system" fn(_: *mut c_void, _: *mut BluetoothMajorClass) -> HRESULT
§MinorClass: unsafe extern "system" fn(_: *mut c_void, _: *mut BluetoothMinorClass) -> HRESULT
§ServiceCapabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut BluetoothServiceCapabilities) -> HRESULT
Auto Trait Implementations§
impl Freeze for IBluetoothClassOfDevice_Vtbl
impl RefUnwindSafe for IBluetoothClassOfDevice_Vtbl
impl Send for IBluetoothClassOfDevice_Vtbl
impl Sync for IBluetoothClassOfDevice_Vtbl
impl Unpin for IBluetoothClassOfDevice_Vtbl
impl UnwindSafe for IBluetoothClassOfDevice_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