#[repr(C)]pub struct otRadioFrame__bindgen_ty_1__bindgen_ty_1 {
pub mAesKey: *const otMacKey,
pub mIeInfo: *mut otRadioIeInfo,
pub mMaxCsmaBackoffs: u8,
pub mMaxFrameRetries: u8,
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
pub __bindgen_padding_0: u8,
}Expand description
Structure representing radio frame transmit information.
Fields§
§mAesKey: *const otMacKey< The key used for AES-CCM frame security.
mIeInfo: *mut otRadioIeInfo< The pointer to the Header IE(s) related information.
mMaxCsmaBackoffs: u8< Maximum number of backoffs attempts before declaring CCA failure.
mMaxFrameRetries: u8< Maximum number of retries allowed after a transmission failure.
_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>§__bindgen_padding_0: u8Implementations§
Source§impl otRadioFrame__bindgen_ty_1__bindgen_ty_1
impl otRadioFrame__bindgen_ty_1__bindgen_ty_1
pub fn mIsARetx(&self) -> bool
pub fn set_mIsARetx(&mut self, val: bool)
pub fn mCsmaCaEnabled(&self) -> bool
pub fn set_mCsmaCaEnabled(&mut self, val: bool)
pub fn mIsSecurityProcessed(&self) -> bool
pub fn set_mIsSecurityProcessed(&mut self, val: bool)
pub fn new_bitfield_1( mIsARetx: bool, mCsmaCaEnabled: bool, mIsSecurityProcessed: bool, ) -> __BindgenBitfieldUnit<[u8; 1], u8>
Trait Implementations§
Source§impl Clone for otRadioFrame__bindgen_ty_1__bindgen_ty_1
impl Clone for otRadioFrame__bindgen_ty_1__bindgen_ty_1
Source§fn clone(&self) -> otRadioFrame__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> otRadioFrame__bindgen_ty_1__bindgen_ty_1
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_1
Auto Trait Implementations§
impl Freeze for otRadioFrame__bindgen_ty_1__bindgen_ty_1
impl RefUnwindSafe for otRadioFrame__bindgen_ty_1__bindgen_ty_1
impl !Send for otRadioFrame__bindgen_ty_1__bindgen_ty_1
impl !Sync for otRadioFrame__bindgen_ty_1__bindgen_ty_1
impl Unpin for otRadioFrame__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for otRadioFrame__bindgen_ty_1__bindgen_ty_1
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