#[repr(C)]pub struct otRadioFrame__bindgen_ty_1__bindgen_ty_2 {
pub mTimestamp: u64,
pub mAckFrameCounter: u32,
pub mAckKeyId: u8,
pub mRssi: i8,
pub mLqi: u8,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
}
Expand description
Structure representing radio frame receive information.
Fields§
§mTimestamp: u64
The time of the local radio clock in microseconds when the end of the SFD was present at the local antenna.
mAckFrameCounter: u32
< ACK security frame counter (applicable when mAckedWithSecEnhAck
is set).
mAckKeyId: u8
< ACK security key index (applicable when mAckedWithSecEnhAck
is set).
mRssi: i8
< Received signal strength indicator in dBm for received frames.
mLqi: u8
< Link Quality Indicator for received frames.
_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
Implementations§
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 mAckedWithSecEnhAck(&self) -> bool
pub fn set_mAckedWithSecEnhAck(&mut self, val: bool)
pub fn new_bitfield_1( mAckedWithFramePending: bool, mAckedWithSecEnhAck: bool, ) -> __BindgenBitfieldUnit<[u8; 1]>
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 moreSource§impl Default for otRadioFrame__bindgen_ty_1__bindgen_ty_2
impl Default for otRadioFrame__bindgen_ty_1__bindgen_ty_2
Source§fn default() -> otRadioFrame__bindgen_ty_1__bindgen_ty_2
fn default() -> otRadioFrame__bindgen_ty_1__bindgen_ty_2
Returns the “default value” for a type. Read more
impl 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
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
)