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

Trait Implementations

impl Clone for Format
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Format
[src]

impl Debug for Format
[src]

[src]

Formats the value using the given formatter.

impl PartialEq<Format> for Format
[src]

[src]

impl PartialOrd<Format> for Format
[src]

[src]