#[repr(u8)]pub enum Cs0size {
Show 16 variants
NONE = 0,
_8K = 1,
_16K = 2,
_32K = 3,
_64K = 4,
_128K = 5,
_256K = 6,
_512K = 7,
_1M = 8,
_2M = 9,
_4M = 10,
_8M = 11,
_16M = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}
Variants§
NONE = 0
_8K = 1
_16K = 2
_32K = 3
_64K = 4
_128K = 5
_256K = 6
_512K = 7
_1M = 8
_2M = 9
_4M = 10
_8M = 11
_16M = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
source§impl Ord for Cs0size
impl Ord for Cs0size
source§impl PartialOrd for Cs0size
impl PartialOrd for Cs0size
impl Copy for Cs0size
impl Eq for Cs0size
impl StructuralPartialEq for Cs0size
Auto Trait Implementations§
impl Freeze for Cs0size
impl RefUnwindSafe for Cs0size
impl Send for Cs0size
impl Sync for Cs0size
impl Unpin for Cs0size
impl UnwindSafe for Cs0size
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)