#[repr(C)]pub struct BLUETOOTH_GATT_VALUE_CHANGED_EVENT {
pub ChangedAttributeHandle: u16,
pub CharacteristicValueDataSize: usize,
pub CharacteristicValue: *mut BTH_LE_GATT_CHARACTERISTIC_VALUE,
}
Expand description
Required features: "Win32_Devices_Bluetooth"
Fields
ChangedAttributeHandle: u16
CharacteristicValueDataSize: usize
CharacteristicValue: *mut BTH_LE_GATT_CHARACTERISTIC_VALUE
Trait Implementations
impl Clone for BLUETOOTH_GATT_VALUE_CHANGED_EVENT
impl Clone for BLUETOOTH_GATT_VALUE_CHANGED_EVENT
impl Copy for BLUETOOTH_GATT_VALUE_CHANGED_EVENT
Auto Trait Implementations
impl RefUnwindSafe for BLUETOOTH_GATT_VALUE_CHANGED_EVENT
impl !Send for BLUETOOTH_GATT_VALUE_CHANGED_EVENT
impl !Sync for BLUETOOTH_GATT_VALUE_CHANGED_EVENT
impl Unpin for BLUETOOTH_GATT_VALUE_CHANGED_EVENT
impl UnwindSafe for BLUETOOTH_GATT_VALUE_CHANGED_EVENT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more