Enum lldb::Format
[−]
[src]
#[repr(u32)]pub enum Format { Default, Boolean, Binary, Bytes, BytesWithASCII, Char, CharPrintable, Complex, CString, Decimal, Enum, Hex, HexUppercase, Float, Octal, OSType, Unicode16, Unicode32, Unsigned, Pointer, VectorOfChar, VectorOfSInt8, VectorOfUInt8, VectorOfSInt16, VectorOfUInt16, VectorOfSInt32, VectorOfUInt32, VectorOfSInt64, VectorOfUInt64, VectorOfFloat16, VectorOfFloat32, VectorOfFloat64, VectorOfUInt128, ComplexInteger, CharArray, AddressInfo, HexFloat, Instruction, Void, kNumFormats, }
Display format definitions.
Variants
Default
Boolean
Binary
Bytes
BytesWithASCII
Char
CharPrintable
Complex
CString
Decimal
Enum
Hex
HexUppercase
Float
Octal
OSType
Unicode16
Unicode32
Unsigned
Pointer
VectorOfChar
VectorOfSInt8
VectorOfUInt8
VectorOfSInt16
VectorOfUInt16
VectorOfSInt32
VectorOfUInt32
VectorOfSInt64
VectorOfUInt64
VectorOfFloat16
VectorOfFloat32
VectorOfFloat64
VectorOfUInt128
ComplexInteger
CharArray
AddressInfo
HexFloat
Instruction
Void
kNumFormats
Trait Implementations
impl Clone for Format
[src]
fn clone(&self) -> Format
[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 Format
[src]
impl Debug for Format
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter.