Struct miden_core::code_blocks::Join
source · pub struct Join { /* private fields */ }
Expand description
A code block used to combine two other code blocks.
When the VM executes a Join block, it executes joined blocks in sequence one after the other.
Hash of a Join block is computed by hashing a concatenation of the hashes of joined blocks. TODO: update hashing methodology to make it different from Split block.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Join
impl Send for Join
impl Sync for Join
impl Unpin for Join
impl UnwindSafe for Join
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more