#[repr(C, packed)]pub struct ble_hci_le_set_periodic_adv_data_cp {
pub adv_handle: u8,
pub operation: u8,
pub adv_data_len: u8,
pub adv_data: __IncompleteArrayField<u8>,
}
Fields
adv_handle: u8
operation: u8
adv_data_len: u8
adv_data: __IncompleteArrayField<u8>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ble_hci_le_set_periodic_adv_data_cp
impl Send for ble_hci_le_set_periodic_adv_data_cp
impl Sync for ble_hci_le_set_periodic_adv_data_cp
impl Unpin for ble_hci_le_set_periodic_adv_data_cp
impl UnwindSafe for ble_hci_le_set_periodic_adv_data_cp
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