Struct miden_core::program::blocks::Loop [−][src]
pub struct Loop { /* fields omitted */ }Implementations
pub fn body(&self) -> &[ProgramBlock]ⓘ
pub fn skip(&self) -> &[ProgramBlock]ⓘ
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Loop
impl UnwindSafe for Loop
Blanket Implementations
Mutably borrows from an owned value. Read more