pub struct ObjInsBranchFrom {
pub ins_idx: Vec<usize>,
pub branch_idx: usize,
}
Fields§
§ins_idx: Vec<usize>
Source instruction indices
branch_idx: usize
Incrementing index for coloring
Trait Implementations§
source§impl Clone for ObjInsBranchFrom
impl Clone for ObjInsBranchFrom
source§fn clone(&self) -> ObjInsBranchFrom
fn clone(&self) -> ObjInsBranchFrom
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 moreAuto Trait Implementations§
impl Freeze for ObjInsBranchFrom
impl RefUnwindSafe for ObjInsBranchFrom
impl Send for ObjInsBranchFrom
impl Sync for ObjInsBranchFrom
impl Unpin for ObjInsBranchFrom
impl UnwindSafe for ObjInsBranchFrom
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
)