pub struct HardwareVersion(/* private fields */);Expand description
A hardware version returned by JayLink::read_hardware_version.
Note that the reported hardware version does not allow reliable feature detection, since embedded J-Link probes might return a hardware version of 1.0.0 despite supporting SWD and other much newer features.
Implementations§
Trait Implementations§
Source§impl Debug for HardwareVersion
impl Debug for HardwareVersion
Auto Trait Implementations§
impl Freeze for HardwareVersion
impl RefUnwindSafe for HardwareVersion
impl Send for HardwareVersion
impl Sync for HardwareVersion
impl Unpin for HardwareVersion
impl UnwindSafe for HardwareVersion
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