#[repr(C)]pub struct IBluetoothLEAppearanceSubcategoriesStatics_Vtbl {Show 29 fields
pub base__: IInspectable_Vtbl,
pub Generic: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub SportsWatch: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub ThermometerEar: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub HeartRateBelt: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub BloodPressureArm: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub BloodPressureWrist: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub Keyboard: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub Mouse: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub Joystick: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub Gamepad: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub DigitizerTablet: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub CardReader: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub DigitalPen: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub BarcodeScanner: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub RunningWalkingInShoe: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub RunningWalkingOnShoe: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub RunningWalkingOnHip: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub CyclingComputer: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub CyclingSpeedSensor: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub CyclingCadenceSensor: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub CyclingPowerSensor: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub CyclingSpeedCadenceSensor: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub OximeterFingertip: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub OximeterWristWorn: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub LocationDisplay: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub LocationNavigationDisplay: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub LocationPod: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub LocationNavigationPod: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Generic: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§SportsWatch: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§ThermometerEar: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§HeartRateBelt: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§BloodPressureArm: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§BloodPressureWrist: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§Keyboard: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§Mouse: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§Joystick: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§Gamepad: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§DigitizerTablet: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§CardReader: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§DigitalPen: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§BarcodeScanner: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§RunningWalkingInShoe: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§RunningWalkingOnShoe: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§RunningWalkingOnHip: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§CyclingComputer: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§CyclingSpeedSensor: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§CyclingCadenceSensor: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§CyclingPowerSensor: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§CyclingSpeedCadenceSensor: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§OximeterFingertip: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§OximeterWristWorn: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§LocationDisplay: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§LocationPod: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
Auto Trait Implementations§
impl Freeze for IBluetoothLEAppearanceSubcategoriesStatics_Vtbl
impl RefUnwindSafe for IBluetoothLEAppearanceSubcategoriesStatics_Vtbl
impl Send for IBluetoothLEAppearanceSubcategoriesStatics_Vtbl
impl Sync for IBluetoothLEAppearanceSubcategoriesStatics_Vtbl
impl Unpin for IBluetoothLEAppearanceSubcategoriesStatics_Vtbl
impl UnwindSafe for IBluetoothLEAppearanceSubcategoriesStatics_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