pub struct ZigbeePacketParams {
pub mode: ZigbeeMode,
pub rx_bw: RxBw,
pub pld_len: u8,
pub pbl_len_tx: u16,
pub addr_filt_en: bool,
pub fcs_mode: FcsMode,
}Fields§
§mode: ZigbeeMode§rx_bw: RxBw§pld_len: u8§pbl_len_tx: u16§addr_filt_en: bool§fcs_mode: FcsModeImplementations§
Source§impl ZigbeePacketParams
impl ZigbeePacketParams
pub fn new(mode: ZigbeeMode, pld_len: u8, addr_filt_en: bool) -> Self
Trait Implementations§
Source§impl Clone for ZigbeePacketParams
impl Clone for ZigbeePacketParams
Source§fn clone(&self) -> ZigbeePacketParams
fn clone(&self) -> ZigbeePacketParams
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ZigbeePacketParams
impl RefUnwindSafe for ZigbeePacketParams
impl Send for ZigbeePacketParams
impl Sync for ZigbeePacketParams
impl Unpin for ZigbeePacketParams
impl UnwindSafe for ZigbeePacketParams
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)