Enum lldb::FunctionNameType [] [src]

#[repr(u32)]
pub enum FunctionNameType { None, Auto, Full, Base, Method, Selector, }

Variants

Trait Implementations

impl Clone for FunctionNameType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FunctionNameType
[src]

impl Debug for FunctionNameType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq<FunctionNameType> for FunctionNameType
[src]

[src]

impl PartialOrd<FunctionNameType> for FunctionNameType
[src]

[src]