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