#[repr(C)]pub struct otThreadParentResponseInfo {
pub mExtAddr: otExtAddress,
pub mRloc16: u16,
pub mRssi: i8,
pub mPriority: i8,
pub mLinkQuality3: u8,
pub mLinkQuality2: u8,
pub mLinkQuality1: u8,
pub mIsAttached: bool,
}
Expand description
Represents the MLE Parent Response data.
Fields§
§mExtAddr: otExtAddress
< IEEE 802.15.4 Extended Address of the Parent
mRloc16: u16
< Short address of the Parent
mRssi: i8
< Rssi of the Parent
mPriority: i8
< Parent priority
mLinkQuality3: u8
< Parent Link Quality 3
mLinkQuality2: u8
< Parent Link Quality 2
mLinkQuality1: u8
< Parent Link Quality 1
mIsAttached: bool
< Is the node receiving parent response attached
Trait Implementations§
Source§impl Clone for otThreadParentResponseInfo
impl Clone for otThreadParentResponseInfo
Source§fn clone(&self) -> otThreadParentResponseInfo
fn clone(&self) -> otThreadParentResponseInfo
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for otThreadParentResponseInfo
impl Debug for otThreadParentResponseInfo
Source§impl Default for otThreadParentResponseInfo
impl Default for otThreadParentResponseInfo
Source§fn default() -> otThreadParentResponseInfo
fn default() -> otThreadParentResponseInfo
Returns the “default value” for a type. Read more
impl Copy for otThreadParentResponseInfo
Auto Trait Implementations§
impl Freeze for otThreadParentResponseInfo
impl RefUnwindSafe for otThreadParentResponseInfo
impl Send for otThreadParentResponseInfo
impl Sync for otThreadParentResponseInfo
impl Unpin for otThreadParentResponseInfo
impl UnwindSafe for otThreadParentResponseInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)