Enum idalib_sys::hexrays::HexRaysErrorCode
pub enum HexRaysErrorCode {
Show 38 variants
Ok,
Block,
Internal,
Insn,
Mem,
BadBlock,
BadSp,
Prolog,
Switch,
Exception,
HugeStack,
LVars,
Bitness,
BadCall,
BadFrame,
UnknownType,
BadIDB,
SizeOf,
Redo,
Cancelled,
RecursionDepth,
Overlap,
PartInitVar,
Complex,
License,
Only32,
Only64,
Busy,
FarPtr,
Extern,
FuncSize,
BadRanges,
BadArch,
DelaySlot,
Stop,
Cloud,
Loop,
Unknown,
}
Variants§
Ok
Block
Internal
Insn
Mem
BadBlock
BadSp
Prolog
Switch
Exception
HugeStack
LVars
Bitness
BadCall
BadFrame
UnknownType
BadIDB
SizeOf
Redo
Cancelled
RecursionDepth
Overlap
PartInitVar
Complex
License
Only32
Only64
Busy
FarPtr
Extern
FuncSize
BadRanges
BadArch
DelaySlot
Stop
Cloud
Loop
Unknown
Implementations§
Trait Implementations§
§impl Clone for HexRaysErrorCode
impl Clone for HexRaysErrorCode
§fn clone(&self) -> HexRaysErrorCode
fn clone(&self) -> HexRaysErrorCode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for HexRaysErrorCode
impl Debug for HexRaysErrorCode
§impl Hash for HexRaysErrorCode
impl Hash for HexRaysErrorCode
§impl Ord for HexRaysErrorCode
impl Ord for HexRaysErrorCode
§fn cmp(&self, other: &HexRaysErrorCode) -> Ordering
fn cmp(&self, other: &HexRaysErrorCode) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialEq for HexRaysErrorCode
impl PartialEq for HexRaysErrorCode
§impl PartialOrd for HexRaysErrorCode
impl PartialOrd for HexRaysErrorCode
impl Copy for HexRaysErrorCode
impl Eq for HexRaysErrorCode
impl StructuralPartialEq for HexRaysErrorCode
Auto Trait Implementations§
impl Freeze for HexRaysErrorCode
impl RefUnwindSafe for HexRaysErrorCode
impl Send for HexRaysErrorCode
impl Sync for HexRaysErrorCode
impl Unpin for HexRaysErrorCode
impl UnwindSafe for HexRaysErrorCode
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)