Struct darklua_core::nodes::NumericForStatement [−][src]
pub struct NumericForStatement { /* fields omitted */ }
Implementations
pub fn new<S: Into<Identifier>, E1: Into<Expression>, E2: Into<Expression>, B: Into<Block>>(
identifier: S,
start: E1,
end: E2,
step: Option<Expression>,
block: B
) -> Self
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for NumericForStatement
impl Send for NumericForStatement
impl Sync for NumericForStatement
impl Unpin for NumericForStatement
impl UnwindSafe for NumericForStatement
Blanket Implementations
Mutably borrows from an owned value. Read more