[−][src]Struct openthread_sys::otActiveScanResult
This structure represents a received IEEE 802.15.4 Beacon.
Fields
mExtAddress: otExtAddress< IEEE 802.15.4 Extended Address
mNetworkName: otNetworkName< Thread Network Name
mExtendedPanId: otExtendedPanId< Thread Extended PAN ID
mSteeringData: otSteeringData< Steering Data
mPanId: u16< IEEE 802.15.4 PAN ID
mJoinerUdpPort: u16< Joiner UDP Port
mChannel: u8< IEEE 802.15.4 Channel
mRssi: i8< RSSI (dBm)
mLqi: u8< LQI
_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>__bindgen_padding_0: u16Implementations
impl otActiveScanResult[src]
pub fn mVersion(&self) -> c_uint[src]
pub fn set_mVersion(&mut self, val: c_uint)[src]
pub fn mIsNative(&self) -> bool[src]
pub fn set_mIsNative(&mut self, val: bool)[src]
pub fn mIsJoinable(&self) -> bool[src]
pub fn set_mIsJoinable(&mut self, val: bool)[src]
pub fn new_bitfield_1(
mVersion: c_uint,
mIsNative: bool,
mIsJoinable: bool
) -> __BindgenBitfieldUnit<[u8; 1], u8>[src]
mVersion: c_uint,
mIsNative: bool,
mIsJoinable: bool
) -> __BindgenBitfieldUnit<[u8; 1], u8>
Trait Implementations
impl Clone for otActiveScanResult[src]
fn clone(&self) -> otActiveScanResult[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for otActiveScanResult[src]
impl Debug for otActiveScanResult[src]
Auto Trait Implementations
impl RefUnwindSafe for otActiveScanResult
impl Send for otActiveScanResult
impl Sync for otActiveScanResult
impl Unpin for otActiveScanResult
impl UnwindSafe for otActiveScanResult
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,