#[repr(C, packed(1))]pub struct adv_report {
pub type_: u8,
pub addr_type: u8,
pub addr: [u8; 6],
pub data_len: u8,
pub data: __IncompleteArrayField<u8>,
}Fields§
§type_: u8§addr_type: u8§addr: [u8; 6]§data_len: u8§data: __IncompleteArrayField<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for adv_report
impl RefUnwindSafe for adv_report
impl Send for adv_report
impl Sync for adv_report
impl Unpin for adv_report
impl UnwindSafe for 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