pub enum BoardId {
Jellybean,
Jawbreaker,
HackRf1Og,
Rad1o,
HackRf1R9,
Unknown(u8),
}Expand description
The physical board’s identifier. These differentiate between board hardware that’s actually different.
Variants§
Trait Implementations§
impl Copy for BoardId
Auto Trait Implementations§
impl Freeze for BoardId
impl RefUnwindSafe for BoardId
impl Send for BoardId
impl Sync for BoardId
impl Unpin for BoardId
impl UnwindSafe for BoardId
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