#[repr(C)]pub struct BTH_LE_GATT_DESCRIPTOR_VALUE_0_1 {
pub Format: u8,
pub Exponent: u8,
pub Unit: BTH_LE_UUID,
pub NameSpace: u8,
pub Description: BTH_LE_UUID,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Format: u8
§Exponent: u8
§Unit: BTH_LE_UUID
§NameSpace: u8
§Description: BTH_LE_UUID
Trait Implementations§
§impl Clone for BTH_LE_GATT_DESCRIPTOR_VALUE_0_1
impl Clone for BTH_LE_GATT_DESCRIPTOR_VALUE_0_1
impl Copy for BTH_LE_GATT_DESCRIPTOR_VALUE_0_1
Auto Trait Implementations§
impl RefUnwindSafe for BTH_LE_GATT_DESCRIPTOR_VALUE_0_1
impl Send for BTH_LE_GATT_DESCRIPTOR_VALUE_0_1
impl Sync for BTH_LE_GATT_DESCRIPTOR_VALUE_0_1
impl Unpin for BTH_LE_GATT_DESCRIPTOR_VALUE_0_1
impl UnwindSafe for BTH_LE_GATT_DESCRIPTOR_VALUE_0_1
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