pub enum BoardRev {
Old,
R6,
R7,
R8,
R9,
R10,
GsgR6,
GsgR7,
GsgR8,
GsgR9,
GsgR10,
Unknown(u8),
}Expand description
The board revision.
The Great Scott Gadgets official board revisions are prefixed with “Gsg”.
Variants§
Implementations§
Trait Implementations§
impl Copy for BoardRev
Auto Trait Implementations§
impl Freeze for BoardRev
impl RefUnwindSafe for BoardRev
impl Send for BoardRev
impl Sync for BoardRev
impl Unpin for BoardRev
impl UnwindSafe for BoardRev
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