Enum binaryninja::function::FunctionViewType
source · pub enum FunctionViewType {
Normal,
LowLevelIL,
LiftedIL,
LowLevelILSSAForm,
MediumLevelIL,
MediumLevelILSSAForm,
MappedMediumLevelIL,
MappedMediumLevelILSSAForm,
HighLevelIL,
HighLevelILSSAForm,
HighLevelLanguageRepresentation(String),
}
Variants§
Normal
LowLevelIL
LiftedIL
LowLevelILSSAForm
MediumLevelIL
MediumLevelILSSAForm
MappedMediumLevelIL
MappedMediumLevelILSSAForm
HighLevelIL
HighLevelILSSAForm
HighLevelLanguageRepresentation(String)
Trait Implementations§
source§impl Clone for FunctionViewType
impl Clone for FunctionViewType
source§fn clone(&self) -> FunctionViewType
fn clone(&self) -> FunctionViewType
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 moresource§impl Debug for FunctionViewType
impl Debug for FunctionViewType
source§impl Hash for FunctionViewType
impl Hash for FunctionViewType
source§impl Into<FunctionViewType> for FunctionGraphType
impl Into<FunctionViewType> for FunctionGraphType
source§fn into(self) -> FunctionViewType
fn into(self) -> FunctionViewType
Converts this type into the (usually inferred) input type.
source§impl Ord for FunctionViewType
impl Ord for FunctionViewType
source§fn cmp(&self, other: &FunctionViewType) -> Ordering
fn cmp(&self, other: &FunctionViewType) -> 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
source§impl PartialEq for FunctionViewType
impl PartialEq for FunctionViewType
source§fn eq(&self, other: &FunctionViewType) -> bool
fn eq(&self, other: &FunctionViewType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for FunctionViewType
impl PartialOrd for FunctionViewType
source§fn partial_cmp(&self, other: &FunctionViewType) -> Option<Ordering>
fn partial_cmp(&self, other: &FunctionViewType) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for FunctionViewType
impl StructuralPartialEq for FunctionViewType
Auto Trait Implementations§
impl RefUnwindSafe for FunctionViewType
impl Send for FunctionViewType
impl Sync for FunctionViewType
impl Unpin for FunctionViewType
impl UnwindSafe for FunctionViewType
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