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