pub struct ZigbeeRxStatsRspAdv(/* private fields */);Expand description
Response for GetZigbeeRxStats command
Implementations§
Trait Implementations§
Source§impl AsMut<[u8]> for ZigbeeRxStatsRspAdv
impl AsMut<[u8]> for ZigbeeRxStatsRspAdv
Source§impl Default for ZigbeeRxStatsRspAdv
impl Default for ZigbeeRxStatsRspAdv
Source§fn default() -> ZigbeeRxStatsRspAdv
fn default() -> ZigbeeRxStatsRspAdv
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ZigbeeRxStatsRspAdv
impl RefUnwindSafe for ZigbeeRxStatsRspAdv
impl Send for ZigbeeRxStatsRspAdv
impl Sync for ZigbeeRxStatsRspAdv
impl Unpin for ZigbeeRxStatsRspAdv
impl UnwindSafe for ZigbeeRxStatsRspAdv
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