検索

phrase: max: clip:
target: order:
Results of 1 - 2 of about 2 for val (0.008 sec.)
チェックされないメモリ 11228
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... ることを 認めません。配列を初期化するとき、 let x = [val; N] を用いて 全ての値を初期化するか、 let x = [val ... 1, val2, val3] を用いて、 それぞれの要素の値を個別に指定す ... copy 、 copy_nonoverlapping です。 ptr::write(ptr, val) は val を受け取り、 ptr が指し示すアドレスに受け取 ... モリ , ptr , チェック , 配列 , Drop , 実装 , copy , val , 関数 ...
https://man.plustar.jp/rust/nomicon/unchecked-uninit.html - [similar]
print.html 7485
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... 用法として、Set と Map を考えてみましょう。 Map<Key, Value> があるときに、 Set<Key> を Map<Key, UselessJunk ... ever_str); } The signature of overwrite is clearly valid: it takes mutable references to two values of th ... if variance would allow you to store a short-lived value into a longer-lived slot, then you must be invar ... ause they're variant, but you can definitely store values in them! This is where Rust gets really clever: ...
https://man.plustar.jp/rust/nomicon/print.html - [similar]
PREV 1 NEXT