Enum clang::AlignofError [] [src]

pub enum AlignofError {
    Dependent,
    Incomplete,
}

Indicates the error that prevented determining the alignment of a type.

Variants

The type is a dependent type.

The type is an incomplete type.

Trait Implementations

impl Copy for AlignofError
[src]

impl Clone for AlignofError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AlignofError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for AlignofError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for AlignofError
[src]

impl Hash for AlignofError
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Error for AlignofError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl Display for AlignofError
[src]

[src]

Formats the value using the given formatter. Read more