Enum llvm_sys::orc::LLVMOrcErrorCode
source · #[repr(C)]
pub enum LLVMOrcErrorCode {
LLVMOrcErrSuccess,
LLVMOrcErrGeneric,
}
Variants
LLVMOrcErrSuccess
LLVMOrcErrGeneric
Trait Implementations
sourceimpl Clone for LLVMOrcErrorCode
impl Clone for LLVMOrcErrorCode
sourcefn clone(&self) -> LLVMOrcErrorCode
fn clone(&self) -> LLVMOrcErrorCode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LLVMOrcErrorCode
impl Debug for LLVMOrcErrorCode
sourceimpl PartialEq<LLVMOrcErrorCode> for LLVMOrcErrorCode
impl PartialEq<LLVMOrcErrorCode> for LLVMOrcErrorCode
sourcefn eq(&self, other: &LLVMOrcErrorCode) -> bool
fn eq(&self, other: &LLVMOrcErrorCode) -> bool
impl Copy for LLVMOrcErrorCode
impl StructuralPartialEq for LLVMOrcErrorCode
Auto Trait Implementations
impl RefUnwindSafe for LLVMOrcErrorCode
impl Send for LLVMOrcErrorCode
impl Sync for LLVMOrcErrorCode
impl Unpin for LLVMOrcErrorCode
impl UnwindSafe for LLVMOrcErrorCode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more