#[repr(u8)]pub enum BistOn {
ZZ159 = 0,
ZZ160 = 1,
}Variants§
ZZ159 = 0
BIST enable not forced by user interface.
ZZ160 = 1
BIST enable control by user interface.
Implementations§
Trait Implementations§
Source§impl Ord for BistOn
impl Ord for BistOn
Source§impl PartialOrd for BistOn
impl PartialOrd for BistOn
impl Copy for BistOn
impl Eq for BistOn
impl StructuralPartialEq for BistOn
Auto Trait Implementations§
impl Freeze for BistOn
impl RefUnwindSafe for BistOn
impl Send for BistOn
impl Sync for BistOn
impl Unpin for BistOn
impl UnwindSafe for BistOn
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