pub struct BasicBlockMatch {
pub id: i64,
pub function_id: i64,
pub address1: i64,
pub address2: i64,
pub algorithm: BasicBlockAlgorithm,
pub evaluate: bool,
}
Fields§
§id: i64
§function_id: i64
§address1: i64
§address2: i64
§algorithm: BasicBlockAlgorithm
§evaluate: bool
Trait Implementations§
Source§impl Clone for BasicBlockMatch
impl Clone for BasicBlockMatch
Source§fn clone(&self) -> BasicBlockMatch
fn clone(&self) -> BasicBlockMatch
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 BasicBlockMatch
impl Debug for BasicBlockMatch
Auto Trait Implementations§
impl Freeze for BasicBlockMatch
impl RefUnwindSafe for BasicBlockMatch
impl Send for BasicBlockMatch
impl Sync for BasicBlockMatch
impl Unpin for BasicBlockMatch
impl UnwindSafe for BasicBlockMatch
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