#[repr(C)]pub struct otRadioIeInfo {
pub mNetworkTimeOffset: i64,
pub mTimeIeOffset: u8,
pub mTimeSyncSeq: u8,
}
Expand description
Represents the IEEE 802.15.4 Header IE (Information Element) related information of a radio frame.
Fields§
§mNetworkTimeOffset: i64
< The time offset to the Thread network time.
mTimeIeOffset: u8
< The Time IE offset from the start of PSDU.
mTimeSyncSeq: u8
< The Time sync sequence.
Trait Implementations§
Source§impl Clone for otRadioIeInfo
impl Clone for otRadioIeInfo
Source§fn clone(&self) -> otRadioIeInfo
fn clone(&self) -> otRadioIeInfo
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 otRadioIeInfo
impl Debug for otRadioIeInfo
Source§impl Default for otRadioIeInfo
impl Default for otRadioIeInfo
Source§fn default() -> otRadioIeInfo
fn default() -> otRadioIeInfo
Returns the “default value” for a type. Read more
impl Copy for otRadioIeInfo
Auto Trait Implementations§
impl Freeze for otRadioIeInfo
impl RefUnwindSafe for otRadioIeInfo
impl Send for otRadioIeInfo
impl Sync for otRadioIeInfo
impl Unpin for otRadioIeInfo
impl UnwindSafe for otRadioIeInfo
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
)