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