pub enum PSIZE_A {
Psize8,
Psize16,
Psize32,
Psize64,
}
Expand description
Program size
Value on reset: 0
Variants
Psize8
0: Program x8
Psize16
1: Program x16
Psize32
2: Program x32
Psize64
3: Program x64
Trait Implementations
impl Copy for PSIZE_A
impl StructuralPartialEq for PSIZE_A
Auto Trait Implementations
impl RefUnwindSafe for PSIZE_A
impl Send for PSIZE_A
impl Sync for PSIZE_A
impl Unpin for PSIZE_A
impl UnwindSafe for PSIZE_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more