Struct windows::Devices::Bluetooth::GenericAttributeProfile::IGattLocalCharacteristicParameters_Vtbl
#[repr(C)]pub struct IGattLocalCharacteristicParameters_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetStaticValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub StaticValue: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetCharacteristicProperties: unsafe extern "system" fn(_: *mut c_void, _: GattCharacteristicProperties) -> HRESULT,
pub CharacteristicProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut GattCharacteristicProperties) -> HRESULT,
pub SetReadProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: GattProtectionLevel) -> HRESULT,
pub ReadProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut GattProtectionLevel) -> HRESULT,
pub SetWriteProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: GattProtectionLevel) -> HRESULT,
pub WriteProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut GattProtectionLevel) -> HRESULT,
pub SetUserDescription: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub UserDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub PresentationFormats: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetStaticValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§StaticValue: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetCharacteristicProperties: unsafe extern "system" fn(_: *mut c_void, _: GattCharacteristicProperties) -> HRESULT
§CharacteristicProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut GattCharacteristicProperties) -> HRESULT
§SetReadProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: GattProtectionLevel) -> HRESULT
§ReadProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut GattProtectionLevel) -> HRESULT
§SetWriteProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: GattProtectionLevel) -> HRESULT
§WriteProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut GattProtectionLevel) -> HRESULT
§SetUserDescription: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§UserDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§PresentationFormats: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IGattLocalCharacteristicParameters_Vtbl
impl RefUnwindSafe for IGattLocalCharacteristicParameters_Vtbl
impl Send for IGattLocalCharacteristicParameters_Vtbl
impl Sync for IGattLocalCharacteristicParameters_Vtbl
impl Unpin for IGattLocalCharacteristicParameters_Vtbl
impl UnwindSafe for IGattLocalCharacteristicParameters_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