#[repr(C)]pub struct otEnergyScanResult {
pub mChannel: u8,
pub mMaxRssi: i8,
}
Expand description
Represents an energy scan result.
Fields§
§mChannel: u8
< IEEE 802.15.4 Channel
mMaxRssi: i8
< The max RSSI (dBm)
Trait Implementations§
Source§impl Clone for otEnergyScanResult
impl Clone for otEnergyScanResult
Source§fn clone(&self) -> otEnergyScanResult
fn clone(&self) -> otEnergyScanResult
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 otEnergyScanResult
impl Debug for otEnergyScanResult
Source§impl Default for otEnergyScanResult
impl Default for otEnergyScanResult
Source§fn default() -> otEnergyScanResult
fn default() -> otEnergyScanResult
Returns the “default value” for a type. Read more
impl Copy for otEnergyScanResult
Auto Trait Implementations§
impl Freeze for otEnergyScanResult
impl RefUnwindSafe for otEnergyScanResult
impl Send for otEnergyScanResult
impl Sync for otEnergyScanResult
impl Unpin for otEnergyScanResult
impl UnwindSafe for otEnergyScanResult
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
)