#[repr(C)]pub struct IGattDescriptorUuidsStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub CharacteristicAggregateFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub CharacteristicExtendedProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub CharacteristicPresentationFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub CharacteristicUserDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub ClientCharacteristicConfiguration: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub ServerCharacteristicConfiguration: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CharacteristicAggregateFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§CharacteristicExtendedProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§CharacteristicPresentationFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§CharacteristicUserDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§ClientCharacteristicConfiguration: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§ServerCharacteristicConfiguration: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
Auto Trait Implementations§
impl Freeze for IGattDescriptorUuidsStatics_Vtbl
impl RefUnwindSafe for IGattDescriptorUuidsStatics_Vtbl
impl Send for IGattDescriptorUuidsStatics_Vtbl
impl Sync for IGattDescriptorUuidsStatics_Vtbl
impl Unpin for IGattDescriptorUuidsStatics_Vtbl
impl UnwindSafe for IGattDescriptorUuidsStatics_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