Enum ast_demangle::rust_v0::BasicType [−][src]
pub enum BasicType {
Show 21 variants
I8,
Bool,
Char,
F64,
Str,
F32,
U8,
Isize,
Usize,
I32,
U32,
I128,
U128,
I16,
U16,
Unit,
Ellipsis,
I64,
U64,
Never,
Placeholder,
}Variants
Implementations
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for BasicType
impl UnwindSafe for BasicType
Blanket Implementations
Mutably borrows from an owned value. Read more