#[repr(u8)]pub enum ScanObs {
ZZ109 = 0,
ZZ110 = 1,
}Variants§
ZZ109 = 0
Normal functional behavior
ZZ110 = 1
Enables observation of signals that may otherwise be ATPG untestable
Implementations§
Trait Implementations§
Source§impl Ord for ScanObs
impl Ord for ScanObs
Source§impl PartialOrd for ScanObs
impl PartialOrd for ScanObs
impl Copy for ScanObs
impl Eq for ScanObs
impl StructuralPartialEq for ScanObs
Auto Trait Implementations§
impl Freeze for ScanObs
impl RefUnwindSafe for ScanObs
impl Send for ScanObs
impl Sync for ScanObs
impl Unpin for ScanObs
impl UnwindSafe for ScanObs
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