pub struct GetSam3xFwVersion {}
Expand description
Command for Transport::dispatch(). Returns the SAM3X firmware version.
Auto Trait Implementations§
impl Freeze for GetSam3xFwVersion
impl RefUnwindSafe for GetSam3xFwVersion
impl Send for GetSam3xFwVersion
impl Sync for GetSam3xFwVersion
impl Unpin for GetSam3xFwVersion
impl UnwindSafe for GetSam3xFwVersion
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