Struct riot_sys::dir_adv_report
source · [−]#[repr(C, packed)]pub struct dir_adv_report {
pub type_: u8,
pub addr_type: u8,
pub addr: [u8; 6],
pub dir_addr_type: u8,
pub dir_addr: [u8; 6],
pub rssi: i8,
}
Fields
type_: u8
addr_type: u8
addr: [u8; 6]
dir_addr_type: u8
dir_addr: [u8; 6]
rssi: i8
Trait Implementations
sourceimpl Clone for dir_adv_report
impl Clone for dir_adv_report
sourcefn clone(&self) -> dir_adv_report
fn clone(&self) -> dir_adv_report
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for dir_adv_report
impl Debug for dir_adv_report
sourceimpl Default for dir_adv_report
impl Default for dir_adv_report
sourcefn default() -> dir_adv_report
fn default() -> dir_adv_report
Returns the “default value” for a type. Read more
impl Copy for dir_adv_report
Auto Trait Implementations
impl RefUnwindSafe for dir_adv_report
impl Send for dir_adv_report
impl Sync for dir_adv_report
impl Unpin for dir_adv_report
impl UnwindSafe for dir_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