Enum lldb::ErrorType [] [src]

#[repr(u32)]
pub enum ErrorType { Invalid, Generic, MachKernel, POSIX, Expression, Win32, }

Variants

Trait Implementations

impl Clone for ErrorType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ErrorType
[src]

impl Debug for ErrorType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq<ErrorType> for ErrorType
[src]

[src]

impl PartialOrd<ErrorType> for ErrorType
[src]

[src]