Struct risc0_zkvm_platform::syscall::SyscallName
source · #[repr(transparent)]pub struct SyscallName(_);
Expand description
A NUL-terminated name of a syscall with static lifetime.
Implementations§
Trait Implementations§
source§impl Clone for SyscallName
impl Clone for SyscallName
source§fn clone(&self) -> SyscallName
fn clone(&self) -> SyscallName
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 more