Struct riot_sys::ble_hci_le_set_ext_adv_data_cp
source · #[repr(C, packed(1))]pub struct ble_hci_le_set_ext_adv_data_cp {
pub adv_handle: u8,
pub operation: u8,
pub fragment_pref: u8,
pub adv_data_len: u8,
pub adv_data: __IncompleteArrayField<u8>,
}
Fields§
§adv_handle: u8
§operation: u8
§fragment_pref: u8
§adv_data_len: u8
§adv_data: __IncompleteArrayField<u8>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ble_hci_le_set_ext_adv_data_cp
impl Send for ble_hci_le_set_ext_adv_data_cp
impl Sync for ble_hci_le_set_ext_adv_data_cp
impl Unpin for ble_hci_le_set_ext_adv_data_cp
impl UnwindSafe for ble_hci_le_set_ext_adv_data_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