#[repr(u32)]pub enum BNPluginCommandType {
DefaultPluginCommand = 0,
AddressPluginCommand = 1,
RangePluginCommand = 2,
FunctionPluginCommand = 3,
LowLevelILFunctionPluginCommand = 4,
LowLevelILInstructionPluginCommand = 5,
MediumLevelILFunctionPluginCommand = 6,
MediumLevelILInstructionPluginCommand = 7,
HighLevelILFunctionPluginCommand = 8,
HighLevelILInstructionPluginCommand = 9,
}
Variants§
DefaultPluginCommand = 0
AddressPluginCommand = 1
RangePluginCommand = 2
FunctionPluginCommand = 3
LowLevelILFunctionPluginCommand = 4
LowLevelILInstructionPluginCommand = 5
MediumLevelILFunctionPluginCommand = 6
MediumLevelILInstructionPluginCommand = 7
HighLevelILFunctionPluginCommand = 8
HighLevelILInstructionPluginCommand = 9
Trait Implementations§
source§impl Clone for BNPluginCommandType
impl Clone for BNPluginCommandType
source§fn clone(&self) -> BNPluginCommandType
fn clone(&self) -> BNPluginCommandType
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 BNPluginCommandType
impl Debug for BNPluginCommandType
source§impl Hash for BNPluginCommandType
impl Hash for BNPluginCommandType
source§impl PartialEq for BNPluginCommandType
impl PartialEq for BNPluginCommandType
impl Copy for BNPluginCommandType
impl Eq for BNPluginCommandType
impl StructuralPartialEq for BNPluginCommandType
Auto Trait Implementations§
impl Freeze for BNPluginCommandType
impl RefUnwindSafe for BNPluginCommandType
impl Send for BNPluginCommandType
impl Sync for BNPluginCommandType
impl Unpin for BNPluginCommandType
impl UnwindSafe for BNPluginCommandType
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
)