pub struct Ping;Expand description
McuBoot ping packet structure
Represents a ping packet that can be sent to a McuBoot device to verify communication and request basic information. The ping packet has no payload data - it’s simply a request for the target to respond with its version and capabilities.
§Usage
Ping packets are sent as the first communication when establishing a connection with a target device. They serve as both a connectivity test and a way to retrieve basic device information.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ping
impl RefUnwindSafe for Ping
impl Send for Ping
impl Sync for Ping
impl Unpin for Ping
impl UnwindSafe for Ping
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