#[repr(u8)]pub enum Ipsel1 {
ZZ219 = 0,
ZZ220 = 1,
ZZ221 = 2,
ZZ222 = 3,
}Variants§
ZZ219 = 0
Unselect block 1
ZZ220 = 1
not used, reserved
ZZ221 = 2
Enable block 1 test, repair off (default)
ZZ222 = 3
Enable block 1 test, repair on
Implementations§
Trait Implementations§
Source§impl Ord for Ipsel1
impl Ord for Ipsel1
Source§impl PartialOrd for Ipsel1
impl PartialOrd for Ipsel1
impl Copy for Ipsel1
impl Eq for Ipsel1
impl StructuralPartialEq for Ipsel1
Auto Trait Implementations§
impl Freeze for Ipsel1
impl RefUnwindSafe for Ipsel1
impl Send for Ipsel1
impl Sync for Ipsel1
impl Unpin for Ipsel1
impl UnwindSafe for Ipsel1
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