#[repr(C)]pub struct otRadioFrame__bindgen_ty_1__bindgen_ty_2 {
pub mTimestamp: u64,
pub mRssi: i8,
pub mLqi: u8,
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
pub __bindgen_padding_0: u8,
}Expand description
Structure representing radio frame receive information.
Fields§
§mTimestamp: u64The timestamp when the frame was received in microseconds.
The value SHALL be the time when the SFD was received when TIME_SYNC or CSL is enabled. Otherwise, the time when the MAC frame was fully received is also acceptable.
mRssi: i8< Received signal strength indicator in dBm for received frames.
mLqi: u8< Link Quality Indicator for received frames.
_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>§__bindgen_padding_0: u8Implementations§
Source§impl otRadioFrame__bindgen_ty_1__bindgen_ty_2
impl otRadioFrame__bindgen_ty_1__bindgen_ty_2
pub fn mAckedWithFramePending(&self) -> bool
pub fn set_mAckedWithFramePending(&mut self, val: bool)
pub fn new_bitfield_1( mAckedWithFramePending: bool, ) -> __BindgenBitfieldUnit<[u8; 1], u8>
Trait Implementations§
Source§impl Clone for otRadioFrame__bindgen_ty_1__bindgen_ty_2
impl Clone for otRadioFrame__bindgen_ty_1__bindgen_ty_2
Source§fn clone(&self) -> otRadioFrame__bindgen_ty_1__bindgen_ty_2
fn clone(&self) -> otRadioFrame__bindgen_ty_1__bindgen_ty_2
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 moreimpl Copy for otRadioFrame__bindgen_ty_1__bindgen_ty_2
Auto Trait Implementations§
impl Freeze for otRadioFrame__bindgen_ty_1__bindgen_ty_2
impl RefUnwindSafe for otRadioFrame__bindgen_ty_1__bindgen_ty_2
impl Send for otRadioFrame__bindgen_ty_1__bindgen_ty_2
impl Sync for otRadioFrame__bindgen_ty_1__bindgen_ty_2
impl Unpin for otRadioFrame__bindgen_ty_1__bindgen_ty_2
impl UnwindSafe for otRadioFrame__bindgen_ty_1__bindgen_ty_2
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