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
Other🔬 This is a nightly-only experimental API. (
rustc_private)Function🔬 This is a nightly-only experimental API. (
rustc_private)Module🔬 This is a nightly-only experimental API. (
rustc_private)Trait Implementations
impl Copy for PassKind[src]
impl Clone for PassKind[src]
fn clone(&self) -> PassKind
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for PassKind[src]
fn eq(&self, __arg_0: &PassKind) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.