Struct windows_sys::Win32::Devices::Bluetooth::BTH_LE_GATT_DESCRIPTOR
[−]#[repr(C)]pub struct BTH_LE_GATT_DESCRIPTOR {
pub ServiceHandle: u16,
pub CharacteristicHandle: u16,
pub DescriptorType: BTH_LE_GATT_DESCRIPTOR_TYPE,
pub DescriptorUuid: BTH_LE_UUID,
pub AttributeHandle: u16,
}
Expand description
Required features: "Win32_Devices_Bluetooth"
, "Win32_Foundation"
Fields
ServiceHandle: u16
CharacteristicHandle: u16
DescriptorType: BTH_LE_GATT_DESCRIPTOR_TYPE
DescriptorUuid: BTH_LE_UUID
AttributeHandle: u16
Trait Implementations
impl Clone for BTH_LE_GATT_DESCRIPTOR
impl Clone for BTH_LE_GATT_DESCRIPTOR
impl Copy for BTH_LE_GATT_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for BTH_LE_GATT_DESCRIPTOR
impl Send for BTH_LE_GATT_DESCRIPTOR
impl Sync for BTH_LE_GATT_DESCRIPTOR
impl Unpin for BTH_LE_GATT_DESCRIPTOR
impl UnwindSafe for BTH_LE_GATT_DESCRIPTOR
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