#[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
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: 24 bytes