Struct rpgffi::NestLoopState [] [src]

#[repr(C)]
pub struct NestLoopState { pub js: JoinState, pub nl_NeedNewOuter: bool_, pub nl_MatchedOuter: bool_, pub nl_NullInnerTupleSlot: *mut TupleTableSlot, }

Fields

Trait Implementations

impl Copy for NestLoopState
[src]

impl Clone for NestLoopState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more