#[repr(u8)]pub enum Ms {
Show 32 variants
MS_0 = 0,
MS_1 = 1,
MS_2 = 2,
MS_3 = 3,
MS_4 = 4,
MS_5 = 5,
MS_6 = 6,
MS_7 = 7,
MS_8 = 8,
MS_9 = 9,
MS_10 = 10,
MS_11 = 11,
MS_12 = 12,
MS_13 = 13,
MS_14 = 14,
MS_15 = 15,
MS_16 = 16,
MS_17 = 17,
MS_18 = 18,
MS_19 = 19,
MS_20 = 20,
MS_21 = 21,
MS_22 = 22,
MS_23 = 23,
MS_24 = 24,
MS_25 = 25,
MS_26 = 26,
MS_27 = 27,
MS_28 = 28,
MS_29 = 29,
MS_30 = 30,
MS_31 = 31,
}Variants§
MS_0 = 0
4KB.
MS_1 = 1
8KB.
MS_2 = 2
16KB.
MS_3 = 3
32KB.
MS_4 = 4
64KB.
MS_5 = 5
128KB.
MS_6 = 6
256KB.
MS_7 = 7
512KB.
MS_8 = 8
1MB.
MS_9 = 9
2MB.
MS_10 = 10
4MB.
MS_11 = 11
8MB.
MS_12 = 12
16MB.
MS_13 = 13
32MB.
MS_14 = 14
64MB.
MS_15 = 15
128MB.
MS_16 = 16
256MB.
MS_17 = 17
512MB.
MS_18 = 18
1GB.
MS_19 = 19
2GB.
MS_20 = 20
4GB.
MS_21 = 21
4GB.
MS_22 = 22
4GB.
MS_23 = 23
4GB.
MS_24 = 24
4GB.
MS_25 = 25
4GB.
MS_26 = 26
4GB.
MS_27 = 27
4GB.
MS_28 = 28
4GB.
MS_29 = 29
4GB.
MS_30 = 30
4GB.
MS_31 = 31
4GB.
Implementations§
Trait Implementations§
Source§impl Ord for Ms
impl Ord for Ms
Source§impl PartialOrd for Ms
impl PartialOrd for Ms
impl Copy for Ms
impl Eq for Ms
impl StructuralPartialEq for Ms
Auto Trait Implementations§
impl Freeze for Ms
impl RefUnwindSafe for Ms
impl Send for Ms
impl Sync for Ms
impl Unpin for Ms
impl UnwindSafe for Ms
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