#[repr(C)]pub struct IGattLocalDescriptorParameters_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 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,
}
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
§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
Auto Trait Implementations§
impl Freeze for IGattLocalDescriptorParameters_Vtbl
impl RefUnwindSafe for IGattLocalDescriptorParameters_Vtbl
impl Send for IGattLocalDescriptorParameters_Vtbl
impl Sync for IGattLocalDescriptorParameters_Vtbl
impl Unpin for IGattLocalDescriptorParameters_Vtbl
impl UnwindSafe for IGattLocalDescriptorParameters_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