#[repr(C)]
pub union BTH_LE_GATT_DESCRIPTOR_VALUE_0 {
pub CharacteristicExtendedProperties: BTH_LE_GATT_DESCRIPTOR_VALUE_0_0,
pub ClientCharacteristicConfiguration: BTH_LE_GATT_DESCRIPTOR_VALUE_0_2,
pub ServerCharacteristicConfiguration: BTH_LE_GATT_DESCRIPTOR_VALUE_0_3,
pub CharacteristicFormat: BTH_LE_GATT_DESCRIPTOR_VALUE_0_1,
}
Expand description
Required features: "Win32_Devices_Bluetooth"
, "Win32_Foundation"
Fields
CharacteristicExtendedProperties: BTH_LE_GATT_DESCRIPTOR_VALUE_0_0
ClientCharacteristicConfiguration: BTH_LE_GATT_DESCRIPTOR_VALUE_0_2
ServerCharacteristicConfiguration: BTH_LE_GATT_DESCRIPTOR_VALUE_0_3
CharacteristicFormat: BTH_LE_GATT_DESCRIPTOR_VALUE_0_1
Trait Implementations
impl Clone for BTH_LE_GATT_DESCRIPTOR_VALUE_0
impl Clone for BTH_LE_GATT_DESCRIPTOR_VALUE_0
impl Copy for BTH_LE_GATT_DESCRIPTOR_VALUE_0
Auto Trait Implementations
impl RefUnwindSafe for BTH_LE_GATT_DESCRIPTOR_VALUE_0
impl Send for BTH_LE_GATT_DESCRIPTOR_VALUE_0
impl Sync for BTH_LE_GATT_DESCRIPTOR_VALUE_0
impl Unpin for BTH_LE_GATT_DESCRIPTOR_VALUE_0
impl UnwindSafe for BTH_LE_GATT_DESCRIPTOR_VALUE_0
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