pub struct GetImageState;Expand description
Get Image State command
Trait Implementations§
Source§impl Debug for GetImageState
impl Debug for GetImageState
Source§impl McuMgrCommand for GetImageState
impl McuMgrCommand for GetImageState
Source§type Payload = GetImageState
type Payload = GetImageState
the data payload type
Source§type Response = ImageStateResponse
type Response = ImageStateResponse
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 GetImageState
impl PartialEq for GetImageState
Source§impl Serialize for GetImageState
impl Serialize for GetImageState
impl Eq for GetImageState
impl StructuralPartialEq for GetImageState
Auto Trait Implementations§
impl Freeze for GetImageState
impl RefUnwindSafe for GetImageState
impl Send for GetImageState
impl Sync for GetImageState
impl Unpin for GetImageState
impl UnwindSafe for GetImageState
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