Enum lldb::BasicType
[−]
[src]
#[repr(u32)]pub enum BasicType { Invalid, Void, Char, SignedChar, UnsignedChar, WChar, SignedWChar, UnsignedWChar, Char16, Char32, Short, UnsignedShort, Int, UnsignedInt, Long, UnsignedLong, LongLong, UnsignedLongLong, Int128, UnsignedInt128, Bool, Half, Float, Double, LongDouble, FloatComplex, DoubleComplex, LongDoubleComplex, ObjCID, ObjCClass, ObjCSel, NullPtr, Other, }
Variants
InvalidVoidCharSignedCharUnsignedCharWCharSignedWCharUnsignedWCharChar16Char32ShortUnsignedShortIntUnsignedIntLongUnsignedLongLongLongUnsignedLongLongInt128UnsignedInt128BoolHalfFloatDoubleLongDoubleFloatComplexDoubleComplexLongDoubleComplexObjCIDObjCClassObjCSelNullPtrOther
Trait Implementations
impl Clone for BasicType[src]
fn clone(&self) -> BasicType[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for BasicType[src]
impl Debug for BasicType[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter.