pub struct ILReferenceSource {
pub function: Ref<Function>,
pub arch: CoreArchitecture,
pub addr: u64,
pub graph_type: FunctionGraphType,
pub expr_idx: usize,
}
Fields§
§function: Ref<Function>
§arch: CoreArchitecture
§addr: u64
§graph_type: FunctionGraphType
§expr_idx: usize
Trait Implementations§
source§impl From<&BNILReferenceSource> for ILReferenceSource
impl From<&BNILReferenceSource> for ILReferenceSource
source§fn from(value: &BNILReferenceSource) -> Self
fn from(value: &BNILReferenceSource) -> Self
Converts to this type from the input type.
source§impl From<BNILReferenceSource> for ILReferenceSource
impl From<BNILReferenceSource> for ILReferenceSource
source§fn from(value: BNILReferenceSource) -> Self
fn from(value: BNILReferenceSource) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ILReferenceSource
impl RefUnwindSafe for ILReferenceSource
impl Send for ILReferenceSource
impl Sync for ILReferenceSource
impl Unpin for ILReferenceSource
impl UnwindSafe for ILReferenceSource
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