pub struct RxPacketAttrib {Show 25 fields
pub pkt_len: u16,
pub physt: bool,
pub drvinfo_sz: u8,
pub shift_sz: u8,
pub qos: bool,
pub priority: u8,
pub mdata: bool,
pub seq_num: u16,
pub frag_num: u8,
pub mfrag: bool,
pub bdecrypted: bool,
pub encrypt: u8,
pub crc_err: bool,
pub icv_err: bool,
pub tsfl: u32,
pub data_rate: u8,
pub bw: u8,
pub stbc: u8,
pub ldpc: u8,
pub sgi: u8,
pub scrambler: u8,
pub rssi: [u8; 4],
pub snr: [i8; 4],
pub evm: [i8; 4],
pub pkt_rpt_type: RxPacketType,
}Fields§
§pkt_len: u16§physt: bool§drvinfo_sz: u8§shift_sz: u8§qos: bool§priority: u8§mdata: bool§seq_num: u16§frag_num: u8§mfrag: bool§bdecrypted: bool§encrypt: u8§crc_err: bool§icv_err: bool§tsfl: u32§data_rate: u8§bw: u8§stbc: u8§ldpc: u8§sgi: u8§scrambler: u8§rssi: [u8; 4]§snr: [i8; 4]§evm: [i8; 4]§pkt_rpt_type: RxPacketTypeTrait Implementations§
Source§impl Clone for RxPacketAttrib
impl Clone for RxPacketAttrib
Source§fn clone(&self) -> RxPacketAttrib
fn clone(&self) -> RxPacketAttrib
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RxPacketAttrib
Source§impl Debug for RxPacketAttrib
impl Debug for RxPacketAttrib
Source§impl Default for RxPacketAttrib
impl Default for RxPacketAttrib
impl Eq for RxPacketAttrib
Source§impl PartialEq for RxPacketAttrib
impl PartialEq for RxPacketAttrib
Source§fn eq(&self, other: &RxPacketAttrib) -> bool
fn eq(&self, other: &RxPacketAttrib) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RxPacketAttrib
Auto Trait Implementations§
impl Freeze for RxPacketAttrib
impl RefUnwindSafe for RxPacketAttrib
impl Send for RxPacketAttrib
impl Sync for RxPacketAttrib
impl Unpin for RxPacketAttrib
impl UnsafeUnpin for RxPacketAttrib
impl UnwindSafe for RxPacketAttrib
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