#[repr(u8)]pub enum WrPathEn {
ZZ181 = 0,
ZZ182 = 1,
}Variants§
ZZ181 = 0
Writes to BIST setting registers driven by MM_WDATA
ZZ182 = 1
Writes to BIST setting registers driven by SMW_DIN
Implementations§
Trait Implementations§
Source§impl Ord for WrPathEn
impl Ord for WrPathEn
Source§impl PartialOrd for WrPathEn
impl PartialOrd for WrPathEn
impl Copy for WrPathEn
impl Eq for WrPathEn
impl StructuralPartialEq for WrPathEn
Auto Trait Implementations§
impl Freeze for WrPathEn
impl RefUnwindSafe for WrPathEn
impl Send for WrPathEn
impl Sync for WrPathEn
impl Unpin for WrPathEn
impl UnwindSafe for WrPathEn
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