Enum rustc_llvm::ffi::PassKind [] [src]

#[repr(C)]
pub enum PassKind { Other, Function, Module, }
🔬 This is a nightly-only experimental API. (rustc_private)

LLVMRustPassKind

Variants

🔬 This is a nightly-only experimental API. (rustc_private)
🔬 This is a nightly-only experimental API. (rustc_private)
🔬 This is a nightly-only experimental API. (rustc_private)

Trait Implementations

impl Copy for PassKind
[src]

impl Clone for PassKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PassKind
[src]

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

This method tests for !=.

impl Debug for PassKind
[src]

Formats the value using the given formatter.