検索

phrase: max: clip:
target: order:
Results of 11 - 12 of about 12 for copy (0.027 sec.)
Subtyping and Variance 7411
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... er T, consider the following code: fn overwrite<T: Copy>(input: &mut T, new: &mut T) { *input = *new; } fn ...
https://man.plustar.jp/rust/nomicon/subtyping.html - [similar]
例外安全性 7287
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... ex]; let hole_ptr = &mut self.data[self.pos]; ptr::copy_nonoverlapping(index_ptr, hole_ptr, 1); self.pos = ...
https://man.plustar.jp/rust/nomicon/exception-safety.html - [similar]
PREV 1 2 NEXT