pub struct ObjInsDiff {
pub ins: Option<ObjIns>,
pub kind: ObjInsDiffKind,
pub branch_from: Option<ObjInsBranchFrom>,
pub branch_to: Option<ObjInsBranchTo>,
pub arg_diff: Vec<Option<ObjInsArgDiff>>,
}
Fields§
§ins: Option<ObjIns>
§kind: ObjInsDiffKind
Diff kind
branch_from: Option<ObjInsBranchFrom>
Branches from instruction
branch_to: Option<ObjInsBranchTo>
Branches to instruction
arg_diff: Vec<Option<ObjInsArgDiff>>
Arg diffs
Trait Implementations§
source§impl Clone for ObjInsDiff
impl Clone for ObjInsDiff
source§fn clone(&self) -> ObjInsDiff
fn clone(&self) -> ObjInsDiff
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ObjInsDiff
impl Debug for ObjInsDiff
source§impl Default for ObjInsDiff
impl Default for ObjInsDiff
source§fn default() -> ObjInsDiff
fn default() -> ObjInsDiff
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ObjInsDiff
impl RefUnwindSafe for ObjInsDiff
impl Send for ObjInsDiff
impl Sync for ObjInsDiff
impl Unpin for ObjInsDiff
impl UnwindSafe for ObjInsDiff
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)