[][src]Module tao_of_rust::ch03::type_cast

Functions

auto_deref

类型转换:自动解引用(For SmartPointer)

fqsfd

类型转换:as 操作符

from_into

类型转换:From和Into

manual_deref

类型转换:手动解引用(For SmartPointer)