Struct binaryninja::types::UserVariableValues
source · pub struct UserVariableValues { /* private fields */ }
Implementations§
source§impl UserVariableValues
impl UserVariableValues
pub fn into_hashmap( self ) -> HashMap<Variable, HashMap<ArchAndAddr, PossibleValueSet>>
pub fn all( &self ) -> impl Iterator<Item = (Variable, ArchAndAddr, PossibleValueSet)>
pub fn values_from_variable( &self, var: Variable ) -> impl Iterator<Item = (ArchAndAddr, PossibleValueSet)>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UserVariableValues
impl !Send for UserVariableValues
impl !Sync for UserVariableValues
impl Unpin for UserVariableValues
impl UnwindSafe for UserVariableValues
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