rust/conversions.md

13 lines
136 B
Markdown
Raw Normal View History

2015-06-08 11:57:05 -05:00
% Type Conversions
# Safe Rust
* Coercions
* Casts
* Conversion Traits (Into/As/...)
# Unsafe Rust
* raw ptr casts
* mem::transmute