pub struct GetChipId;Expand description
Get Chip UID, the UID is also avaliable in the wchisp command.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GetChipId
impl Send for GetChipId
impl Sync for GetChipId
impl Unpin for GetChipId
impl UnwindSafe for GetChipId
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