Struct reflect::Type
[−]
[src]
#[repr(C)]pub struct Type(_);
Methods
impl Type[src]
pub fn unit() -> Self[src]
pub fn primitive_str() -> Self[src]
pub fn reference(&self) -> Self[src]
pub fn reference_mut(&self) -> Self[src]
pub fn dereference(&self) -> Self[src]
pub fn get_function(&self, name: &str, sig: Signature) -> Function[src]
pub fn data(&self) -> Data<Type>[src]
Trait Implementations
impl RuntimeType for Type[src]
impl Debug for Type[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more