#[repr(u8)]pub enum Pewen {
ZZ3 = 0,
ZZ4 = 1,
ZZ5 = 2,
_RESERVED_3 = 3,
}Variants§
ZZ3 = 0
Writes are not enabled
ZZ4 = 1
Writes are enabled for one flash or IFR phrase (phrase programming, sector erase)
ZZ5 = 2
Writes are enabled for one flash or IFR page (page programming)
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Pewen
impl Ord for Pewen
Source§impl PartialOrd for Pewen
impl PartialOrd for Pewen
impl Copy for Pewen
impl Eq for Pewen
impl StructuralPartialEq for Pewen
Auto Trait Implementations§
impl Freeze for Pewen
impl RefUnwindSafe for Pewen
impl Send for Pewen
impl Sync for Pewen
impl Unpin for Pewen
impl UnwindSafe for Pewen
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