pub struct CHIPID { /* private fields */ }Expand description
Chip Identifier
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CHIPID
impl RefUnwindSafe for CHIPID
impl !Sync for CHIPID
impl Unpin for CHIPID
impl UnwindSafe for CHIPID
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