pub struct YulFor { /* private fields */ }
Expand description
Yul for loop e.g for {let i := 0} lt(i,10) {i := add(i,1)} {mstore(i,7)}
.
Solidity Reference: https://docs.soliditylang.org/en/latest/grammar.html#a4.SolidityParser.yulForStatement breakdown of parts: https://docs.soliditylang.org/en/latest/yul.html#loops
Trait Implementations§
Auto Trait Implementations§
impl Freeze for YulFor
impl RefUnwindSafe for YulFor
impl !Send for YulFor
impl !Sync for YulFor
impl Unpin for YulFor
impl UnwindSafe for YulFor
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,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 132 bytes