#[repr(C, packed(1))]pub struct ble_hci_le_set_ext_adv_enable_cp {
pub enable: u8,
pub num_sets: u8,
pub sets: __IncompleteArrayField<adv_set>,
}
Fields§
§enable: u8
§num_sets: u8
§sets: __IncompleteArrayField<adv_set>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ble_hci_le_set_ext_adv_enable_cp
impl Send for ble_hci_le_set_ext_adv_enable_cp
impl Sync for ble_hci_le_set_ext_adv_enable_cp
impl Unpin for ble_hci_le_set_ext_adv_enable_cp
impl UnwindSafe for ble_hci_le_set_ext_adv_enable_cp
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