#[repr(C)]
pub struct IGattPresentationFormatTypesStatics_Vtbl {
Show 28 fields pub base__: IInspectable_Vtbl, pub Boolean: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub Bit2: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub Nibble: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub UInt8: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub UInt12: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub UInt16: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub UInt24: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub UInt32: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub UInt48: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub UInt64: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub UInt128: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub SInt8: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub SInt12: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub SInt16: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub SInt24: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub SInt32: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub SInt48: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub SInt64: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub SInt128: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub Float32: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub Float64: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub SFloat: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub Float: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub DUInt16: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub Utf8: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub Utf16: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub Struct: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
}

Fields§

§base__: IInspectable_Vtbl§Boolean: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§Bit2: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§Nibble: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§UInt8: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§UInt12: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§UInt16: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§UInt24: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§UInt32: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§UInt48: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§UInt64: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§UInt128: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§SInt8: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§SInt12: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§SInt16: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§SInt24: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§SInt32: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§SInt48: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§SInt64: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§SInt128: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§Float32: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§Float64: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§SFloat: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§Float: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§DUInt16: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§Utf8: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§Utf16: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§Struct: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> 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.