Struct binaryninja::mlil::operation::VarSsa
source · pub struct VarSsa {
pub src: SSAVariable,
}
Fields§
§src: SSAVariable
Trait Implementations§
source§impl PartialEq for VarSsa
impl PartialEq for VarSsa
impl Copy for VarSsa
impl Eq for VarSsa
impl StructuralPartialEq for VarSsa
Auto Trait Implementations§
impl RefUnwindSafe for VarSsa
impl Send for VarSsa
impl Sync for VarSsa
impl Unpin for VarSsa
impl UnwindSafe for VarSsa
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