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