pub struct INSTRUCTIONS { /* private fields */ }Expand description
Static instruction table.
Trait Implementations§
Source§impl Deref for INSTRUCTIONS
impl Deref for INSTRUCTIONS
impl LazyStatic for INSTRUCTIONS
Auto Trait Implementations§
impl Freeze for INSTRUCTIONS
impl RefUnwindSafe for INSTRUCTIONS
impl Send for INSTRUCTIONS
impl Sync for INSTRUCTIONS
impl Unpin for INSTRUCTIONS
impl UnwindSafe for INSTRUCTIONS
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