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