MCPcopy Create free account
hub / github.com/OpenByteDev/dll-syringe / write_struct

Method write_struct

src/process/memory/buffer.rs:370–374  ·  view source on GitHub ↗

Writes a value of type `T` to this buffer at the given offset. # Panics This function will panic if the given offset plus the given buffer length exceeds this buffer's length.

(&self, offset: usize, s: &T)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

call_with_argsMethod · 0.80
writeMethod · 0.80
allocate_and_writeMethod · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected