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 duplicate 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 Freeze for SyscallEnv
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