pub enum BasicBlockType {
Native,
LowLevelIL,
MediumLevelIL,
HighLevelIL,
}
Variants§
Trait Implementations§
source§impl Clone for BasicBlockType
impl Clone for BasicBlockType
source§fn clone(&self) -> BasicBlockType
fn clone(&self) -> BasicBlockType
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 BasicBlockType
impl Debug for BasicBlockType
source§impl Hash for BasicBlockType
impl Hash for BasicBlockType
source§impl Ord for BasicBlockType
impl Ord for BasicBlockType
source§fn cmp(&self, other: &BasicBlockType) -> Ordering
fn cmp(&self, other: &BasicBlockType) -> 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 BasicBlockType
impl PartialEq for BasicBlockType
source§impl PartialOrd for BasicBlockType
impl PartialOrd for BasicBlockType
impl Copy for BasicBlockType
impl Eq for BasicBlockType
impl StructuralPartialEq for BasicBlockType
Auto Trait Implementations§
impl Freeze for BasicBlockType
impl RefUnwindSafe for BasicBlockType
impl Send for BasicBlockType
impl Sync for BasicBlockType
impl Unpin for BasicBlockType
impl UnwindSafe for BasicBlockType
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