#[repr(u8)]pub enum PSIZE {
Psize8 = 0,
Psize16 = 1,
Psize32 = 2,
Psize64 = 3,
}
Expand description
Program size
Value on reset: 0
Variants§
Psize8 = 0
0: Program x8
Psize16 = 1
1: Program x16
Psize32 = 2
2: Program x32
Psize64 = 3
3: Program x64
Trait Implementations§
impl Copy for PSIZE
impl Eq for PSIZE
impl IsEnum for PSIZE
impl StructuralPartialEq for PSIZE
Auto Trait Implementations§
impl Freeze for PSIZE
impl RefUnwindSafe for PSIZE
impl Send for PSIZE
impl Sync for PSIZE
impl Unpin for PSIZE
impl UnwindSafe for PSIZE
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