Struct risc0_zkvm_platform::syscall::SyscallName
source · pub struct SyscallName(/* private fields */);
Expand description
A NUL-terminated name of a syscall with static lifetime.
Implementations§
Trait Implementations§
source§impl AsRef<str> for SyscallName
impl AsRef<str> for SyscallName
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 moresource§impl Debug for SyscallName
impl Debug for SyscallName
impl Copy for SyscallName
Auto Trait Implementations§
impl RefUnwindSafe for SyscallName
impl !Send for SyscallName
impl !Sync for SyscallName
impl Unpin for SyscallName
impl UnwindSafe for SyscallName
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