Struct riot_sys::adv_report
source · #[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§
source§impl Debug for adv_report
impl Debug for adv_report
Auto Trait Implementations§
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