코딩Coding/Rust용어
rust용어]src = source / dest = destination
내인생PLUS
2022. 5. 29. 22:40
728x90
Copies count * size_of<T> bytes from self to dest.
The source and destination may overlap
src = source
dest = destination
출처 :
https://doc.rust-lang.org/std/primitive.pointer.html
pointer - Rust
Returns None if the pointer is null, or else returns a shared reference to the value wrapped in Some. In contrast to as_ref, this does not require that the value has to be initialized. When calling this method, you have to ensure that either the pointer is
doc.rust-lang.org
반응형