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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BasicBlockMatch
impl Debug for BasicBlockMatch
Source§impl<'de> Deserialize<'de> for BasicBlockMatch
impl<'de> Deserialize<'de> for BasicBlockMatch
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for BasicBlockMatch
impl Display 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