Struct wasix::StackSnapshot
source · #[repr(C)]pub struct StackSnapshot {
pub user: u64,
pub hash: Hash,
}Fields§
§user: u64User defined field that can be used by functions
hash: HashHash used to identify which stack snapshot to restore
Trait Implementations§
source§impl Clone for StackSnapshot
impl Clone for StackSnapshot
source§fn clone(&self) -> StackSnapshot
fn clone(&self) -> StackSnapshot
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