#[repr(C, packed(1))]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 Freeze for ble_hci_le_set_periodic_adv_data_cp
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§
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 3 bytes