#[repr(u8)]pub enum Numctx {
Show 16 variants
ZERO_CTX = 0,
ONE_CTX = 1,
TWO_CTX = 2,
THREE_CTX = 3,
FOUR_CTX = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
ZERO_CTX = 0
No (zero) implemented memory contexts
ONE_CTX = 1
1 implemented memory contexts
TWO_CTX = 2
2 implemented memory contexts
THREE_CTX = 3
3 implemented memory contexts
FOUR_CTX = 4
4 implemented memory contexts
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for Numctx
impl Ord for Numctx
Source§impl PartialOrd for Numctx
impl PartialOrd for Numctx
impl Copy for Numctx
impl Eq for Numctx
impl StructuralPartialEq for Numctx
Auto Trait Implementations§
impl Freeze for Numctx
impl RefUnwindSafe for Numctx
impl Send for Numctx
impl Sync for Numctx
impl Unpin for Numctx
impl UnwindSafe for Numctx
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