Struct riot_sys::ext_adv_report
source · [−]#[repr(C, packed)]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 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
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