pub struct OPCODES_TABLE { /* private fields */ }Trait Implementations§
Source§impl Deref for OPCODES_TABLE
impl Deref for OPCODES_TABLE
Source§type Target = [OpcodeVariant; 2048]
type Target = [OpcodeVariant; 2048]
The resulting type after dereferencing.
Source§fn deref(&self) -> &[OpcodeVariant; 2048]
fn deref(&self) -> &[OpcodeVariant; 2048]
Dereferences the value.
impl LazyStatic for OPCODES_TABLE
Auto Trait Implementations§
impl Freeze for OPCODES_TABLE
impl RefUnwindSafe for OPCODES_TABLE
impl Send for OPCODES_TABLE
impl Sync for OPCODES_TABLE
impl Unpin for OPCODES_TABLE
impl UnwindSafe for OPCODES_TABLE
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