Struct windows_sys::Devices::Bluetooth::GenericAttributeProfile::GattClientCharacteristicConfigurationDescriptorValue
[−]#[repr(transparent)]pub struct GattClientCharacteristicConfigurationDescriptorValue(pub i32);
Expand description
Required features: "Devices_Bluetooth_GenericAttributeProfile"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Copy for GattClientCharacteristicConfigurationDescriptorValue
Auto Trait Implementations
impl RefUnwindSafe for GattClientCharacteristicConfigurationDescriptorValue
impl Send for GattClientCharacteristicConfigurationDescriptorValue
impl Sync for GattClientCharacteristicConfigurationDescriptorValue
impl Unpin for GattClientCharacteristicConfigurationDescriptorValue
impl UnwindSafe for GattClientCharacteristicConfigurationDescriptorValue
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