Struct binaryninja::types::Variable
source · pub struct Variable {
pub t: VariableSourceType,
pub index: u32,
pub storage: i64,
}
Fields§
§t: VariableSourceType
§index: u32
§storage: i64
Implementations§
Trait Implementations§
source§impl CoreArrayProvider for Variable
impl CoreArrayProvider for Variable
source§impl PartialEq for Variable
impl PartialEq for Variable
impl Copy for Variable
impl Eq for Variable
impl StructuralPartialEq for Variable
Auto Trait Implementations§
impl RefUnwindSafe for Variable
impl Send for Variable
impl Sync for Variable
impl Unpin for Variable
impl UnwindSafe for Variable
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