Struct o1vm::interpreters::mips::witness::SyscallEnv
source · pub struct SyscallEnv {
pub last_hint: Option<Vec<u8>>,
}
Fields§
§last_hint: Option<Vec<u8>>
Implementations§
Trait Implementations§
source§impl Clone for SyscallEnv
impl Clone for SyscallEnv
source§fn clone(&self) -> SyscallEnv
fn clone(&self) -> SyscallEnv
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for SyscallEnv
impl Default for SyscallEnv
source§fn default() -> SyscallEnv
fn default() -> SyscallEnv
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SyscallEnv
impl Send for SyscallEnv
impl Sync for SyscallEnv
impl Unpin for SyscallEnv
impl UnwindSafe for SyscallEnv
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