#[repr(C)]
pub struct IGattProtocolErrorStatics_Vtbl {
Show 18 fields pub base__: IInspectable_Vtbl, pub InvalidHandle: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub ReadNotPermitted: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub WriteNotPermitted: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub InvalidPdu: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub InsufficientAuthentication: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub RequestNotSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub InvalidOffset: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub InsufficientAuthorization: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub PrepareQueueFull: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub AttributeNotFound: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub AttributeNotLong: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub InsufficientEncryptionKeySize: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub InvalidAttributeValueLength: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub UnlikelyError: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub InsufficientEncryption: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub UnsupportedGroupType: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT, pub InsufficientResources: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
}

Fields§

§base__: IInspectable_Vtbl§InvalidHandle: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§ReadNotPermitted: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§WriteNotPermitted: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§InvalidPdu: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§InsufficientAuthentication: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§RequestNotSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§InvalidOffset: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§InsufficientAuthorization: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§PrepareQueueFull: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§AttributeNotFound: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§AttributeNotLong: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§InsufficientEncryptionKeySize: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§InvalidAttributeValueLength: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§UnlikelyError: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§InsufficientEncryption: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§UnsupportedGroupType: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§InsufficientResources: 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.