Enum ast_demangle::rust_v0::BasicType
source · [−]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
I8
Bool
Char
F64
Str
F32
U8
Isize
Usize
I32
U32
I128
U128
I16
U16
Unit
Ellipsis
I64
U64
Never
Placeholder
Implementations
Trait Implementations
sourceimpl Ord for BasicType
impl Ord for BasicType
sourceimpl PartialOrd<BasicType> for BasicType
impl PartialOrd<BasicType> for BasicType
sourcefn partial_cmp(&self, other: &BasicType) -> Option<Ordering>
fn partial_cmp(&self, other: &BasicType) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Copy for BasicType
impl Eq for BasicType
impl StructuralEq for BasicType
impl StructuralPartialEq for BasicType
Auto Trait Implementations
impl RefUnwindSafe for BasicType
impl Send for BasicType
impl Sync for BasicType
impl Unpin for BasicType
impl UnwindSafe for BasicType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more