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