#[repr(u8)]pub enum Cs1size {
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 Cs1size
impl Ord for Cs1size
source§impl PartialOrd for Cs1size
impl PartialOrd for Cs1size
impl Copy for Cs1size
impl Eq for Cs1size
impl StructuralPartialEq for Cs1size
Auto Trait Implementations§
impl Freeze for Cs1size
impl RefUnwindSafe for Cs1size
impl Send for Cs1size
impl Sync for Cs1size
impl Unpin for Cs1size
impl UnwindSafe for Cs1size
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
)