検索

phrase: max: clip:
target: order:
Results of 1 - 2 of about 2 for inspector (0.009 sec.)
Drop Check 11228
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... ers. Consider the following simple program: struct Inspector<'a>(&'a u8); fn main() { let (inspector, days); da ... ys = Box::new(1); inspector = Inspector(&days); } This program is totally soun ... oday. The fact that days does not strictly outlive inspector doesn't matter. As long as the inspector is alive, ... ructor, the program will no longer compile! struct Inspector<'a>(&'a u8); impl<'a> Drop for Inspector<'a> { fn ...
https://man.plustar.jp/rust/nomicon/dropck.html - [similar]
print.html 7485
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... ers. Consider the following simple program: struct Inspector<'a>(&'a u8); fn main() { let (inspector, days); da ... ys = Box::new(1); inspector = Inspector(&days); } This program is totally soun ... oday. The fact that days does not strictly outlive inspector doesn't matter. As long as the inspector is alive, ... ructor, the program will no longer compile! struct Inspector<'a>(&'a u8); impl<'a> Drop for Inspector<'a> { fn ...
https://man.plustar.jp/rust/nomicon/print.html - [similar]
PREV 1 NEXT