#[repr(u8)]pub enum Lsactwren {
ZZ121 = 0,
ZZ122 = 1,
}Variants§
ZZ121 = 0
Unrestricted write access allowed
ZZ122 = 1
Write access while CMP set must match CMDDID and CMDPRT
Implementations§
Trait Implementations§
Source§impl Ord for Lsactwren
impl Ord for Lsactwren
Source§impl PartialOrd for Lsactwren
impl PartialOrd for Lsactwren
impl Copy for Lsactwren
impl Eq for Lsactwren
impl StructuralPartialEq for Lsactwren
Auto Trait Implementations§
impl Freeze for Lsactwren
impl RefUnwindSafe for Lsactwren
impl Send for Lsactwren
impl Sync for Lsactwren
impl Unpin for Lsactwren
impl UnwindSafe for Lsactwren
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