This website works better with JavaScript.
Explore
Help
Register
Sign In
rust
/
nomicon
mirror of
https://github.com/rust-lang/nomicon
Watch
1
Star
0
Fork
You've already forked nomicon
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
af4b929ee4
master
opaque-type-auto-traits
rust-1.31.0-2
rust-1.31.0
Gankro-patch-2
drop
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'af4b929ee4'
${ noResults }
nomicon
/
src
/
SUMMARY.md
2.4 KiB
Raw
Blame
History
Summary
소개
안전함과 불안전함을 마주하라
안전함과 불안전함은 어떻게 상호작용하는가
불안전함은 어떤 것을 할 수 있는가
불안전함과 함께 일하는 것
데이터 레이아웃
repr(Rust)
이량(異量) 타입
다른 표현 방식들
소유권
레퍼런스
Aliasing
Lifetimes
Limits of Lifetimes
Lifetime Elision
Unbounded Lifetimes
Higher-Rank Trait Bounds
Subtyping and Variance
Drop Check
PhantomData
Splitting Borrows
Type Conversions
Coercions
The Dot Operator
Casts
Transmutes
Uninitialized Memory
Checked
Drop Flags
Unchecked
Ownership Based Resource Management
Constructors
Destructors
Leaking
Unwinding
Exception Safety
Poisoning
Concurrency
Races
Send and Sync
Atomics
Implementing Vec
Layout
Allocating
Push and Pop
Deallocating
Deref
Insert and Remove
IntoIter
RawVec
Drain
Handling Zero-Sized Types
Final Code
Implementing Arc and Mutex
Arc
Layout
Base Code
Cloning
Dropping
Final Code
FFI
Beneath
std
#[panic_handler]