#[repr(C, packed(1))]pub struct ext_adv_report {}Fields§
§evt_type: u16§addr_type: u8§addr: [u8; 6]§pri_phy: u8§sec_phy: u8§sid: u8§tx_power: i8§rssi: i8§periodic_itvl: u16§dir_addr_type: u8§dir_addr: [u8; 6]§data_len: u8§data: __IncompleteArrayField<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ext_adv_report
impl RefUnwindSafe for ext_adv_report
impl Send for ext_adv_report
impl Sync for ext_adv_report
impl Unpin for ext_adv_report
impl UnwindSafe for ext_adv_report
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