Enum rustc_codegen_llvm::llvm::LLVMRustResult [−][src]
#[repr(C)]
pub enum LLVMRustResult {
Success,
Failure,
}
Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LLVMRustResult
impl Send for LLVMRustResult
impl Sync for LLVMRustResult
impl Unpin for LLVMRustResult
impl UnwindSafe for LLVMRustResult
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 4 bytes
Size for each variant:
Success
: 0 bytesFailure
: 0 bytes