#[repr(C)]pub struct BTH_LE_GATT_DESCRIPTOR_VALUE_0_3 {
pub IsBroadcast: BOOLEAN,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§IsBroadcast: BOOLEAN
Trait Implementations§
§impl Clone for BTH_LE_GATT_DESCRIPTOR_VALUE_0_3
impl Clone for BTH_LE_GATT_DESCRIPTOR_VALUE_0_3
impl Copy for BTH_LE_GATT_DESCRIPTOR_VALUE_0_3
Auto Trait Implementations§
impl RefUnwindSafe for BTH_LE_GATT_DESCRIPTOR_VALUE_0_3
impl Send for BTH_LE_GATT_DESCRIPTOR_VALUE_0_3
impl Sync for BTH_LE_GATT_DESCRIPTOR_VALUE_0_3
impl Unpin for BTH_LE_GATT_DESCRIPTOR_VALUE_0_3
impl UnwindSafe for BTH_LE_GATT_DESCRIPTOR_VALUE_0_3
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