#[repr(u8)]
pub enum PSZ_A {
    _8,
    _16,
    _32,
    _64,
    _128,
    _256,
    _512,
    _1024,
}Expand description
Page Size
Value on reset: 6
Variants
_8
0: 8 bytes
_16
1: 16 bytes
_32
2: 32 bytes
_64
3: 64 bytes
_128
4: 128 bytes
_256
5: 256 bytes
_512
6: 512 bytes
_1024
7: 1024 bytes
Trait Implementations
impl Copy for PSZ_A
impl StructuralPartialEq for PSZ_A
Auto Trait Implementations
impl RefUnwindSafe for PSZ_A
impl Send for PSZ_A
impl Sync for PSZ_A
impl Unpin for PSZ_A
impl UnwindSafe for PSZ_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