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

Trait Implementations

impl Clone for BasicType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BasicType
[src]

impl Debug for BasicType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq<BasicType> for BasicType
[src]

[src]

impl PartialOrd<BasicType> for BasicType
[src]

[src]