pub enum BytePageSize {
Size4 = 0,
Size8 = 1,
Size16 = 2,
Size24 = 3,
Size32 = 4,
Size48 = 5,
Size64 = 6,
Unset = 7,
}Variants§
Trait Implementations§
Source§impl Clone for BytePageSize
impl Clone for BytePageSize
Source§fn clone(&self) -> BytePageSize
fn clone(&self) -> BytePageSize
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BytePageSize
impl Debug for BytePageSize
Source§impl Default for BytePageSize
impl Default for BytePageSize
Source§fn default() -> BytePageSize
fn default() -> BytePageSize
Returns the “default value” for a type. Read more
Source§impl PartialEq for BytePageSize
impl PartialEq for BytePageSize
impl Copy for BytePageSize
impl Eq for BytePageSize
impl StructuralPartialEq for BytePageSize
Auto Trait Implementations§
impl Freeze for BytePageSize
impl RefUnwindSafe for BytePageSize
impl Send for BytePageSize
impl Sync for BytePageSize
impl Unpin for BytePageSize
impl UnsafeUnpin for BytePageSize
impl UnwindSafe for BytePageSize
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