pub enum BoardTier {
Core,
Curated,
BestEffort,
}Expand description
Accuracy-evidence tier for a board / coprocessor family.
Variants§
Core
Spec-implemented + accuracy/commercial-oracle-gated (the base map modes, DSP-1).
Curated
Curated long-tail: demand + a redistributable fixture/spec; unit + boot-smoke tested.
BestEffort
Best-effort: reference-ported, register-decode tested only, NEVER accuracy-gated.
Implementations§
Trait Implementations§
impl Copy for BoardTier
impl Eq for BoardTier
impl StructuralPartialEq for BoardTier
Auto Trait Implementations§
impl Freeze for BoardTier
impl RefUnwindSafe for BoardTier
impl Send for BoardTier
impl Sync for BoardTier
impl Unpin for BoardTier
impl UnsafeUnpin for BoardTier
impl UnwindSafe for BoardTier
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