MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / clone

Method clone

crates/wiggle/src/lib.rs:509–511  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

507
508impl<T: ?Sized + Pointee> Clone for GuestPtr<T> {
509 fn clone(&self) -> Self {
510 *self
511 }
512}
513
514impl<T: ?Sized + Pointee> Copy for GuestPtr<T> {}

Callers 15

fromMethod · 0.45
overlappingMethod · 0.45
validate_size_alignMethod · 0.45
validate_rangeMethod · 0.45
testMethod · 0.45
stratMethod · 0.45
stratMethod · 0.45
parseMethod · 0.45
getMethod · 0.45
newMethod · 0.45
abi_typeMethod · 0.45
type_refFunction · 0.45

Calls

no outgoing calls

Tested by 3

testMethod · 0.36
stratMethod · 0.36
stratMethod · 0.36