#[repr(C)]
pub struct IBluetoothLEAppearanceCategoriesStatics_Vtbl {
Show 23 fields pub base__: IInspectable_Vtbl, pub Uncategorized: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub Phone: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub Computer: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub Watch: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub Clock: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub Display: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub RemoteControl: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub EyeGlasses: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub Tag: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub Keyring: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub MediaPlayer: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub BarcodeScanner: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub Thermometer: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub HeartRate: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub BloodPressure: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub HumanInterfaceDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub GlucoseMeter: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub RunningWalking: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub Cycling: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub PulseOximeter: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub WeightScale: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub OutdoorSportActivity: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
}

Fields§

§base__: IInspectable_Vtbl§Uncategorized: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§Phone: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§Computer: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§Watch: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§Clock: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§Display: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§RemoteControl: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§EyeGlasses: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§Tag: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§Keyring: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§MediaPlayer: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§BarcodeScanner: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§Thermometer: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§HeartRate: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§BloodPressure: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§HumanInterfaceDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§GlucoseMeter: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§RunningWalking: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§Cycling: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§PulseOximeter: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§WeightScale: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§OutdoorSportActivity: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.