Enum lldb::TemplateArgumentKind [] [src]

#[repr(u32)]
pub enum TemplateArgumentKind { Null, Type, Declaration, Integral, Template, TemplateExpansion, Expression, Pack, }

Variants

Trait Implementations

impl Clone for TemplateArgumentKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TemplateArgumentKind
[src]

impl Debug for TemplateArgumentKind
[src]

[src]

Formats the value using the given formatter.

impl PartialEq<TemplateArgumentKind> for TemplateArgumentKind
[src]

[src]

impl PartialOrd<TemplateArgumentKind> for TemplateArgumentKind
[src]

[src]