pub struct TaskStatistics;Expand description
Task statistics command
Trait Implementations§
Source§impl Debug for TaskStatistics
impl Debug for TaskStatistics
Source§impl McuMgrCommand for TaskStatistics
impl McuMgrCommand for TaskStatistics
Source§type Payload = TaskStatistics
type Payload = TaskStatistics
the data payload type
Source§type Response = TaskStatisticsResponse
type Response = TaskStatisticsResponse
the response type of the command
Source§fn is_write_operation(&self) -> bool
fn is_write_operation(&self) -> bool
whether this command is a read or write operation
Source§fn command_id(&self) -> u8
fn command_id(&self) -> u8
the command ID
Source§impl PartialEq for TaskStatistics
impl PartialEq for TaskStatistics
Source§impl Serialize for TaskStatistics
impl Serialize for TaskStatistics
impl Eq for TaskStatistics
impl StructuralPartialEq for TaskStatistics
Auto Trait Implementations§
impl Freeze for TaskStatistics
impl RefUnwindSafe for TaskStatistics
impl Send for TaskStatistics
impl Sync for TaskStatistics
impl Unpin for TaskStatistics
impl UnwindSafe for TaskStatistics
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