Struct rpgffi::FetchStmt [] [src]

#[repr(C)]
pub struct FetchStmt { pub type_: NodeTag, pub direction: FetchDirection, pub howMany: c_long, pub portalname: *mut c_char, pub ismove: bool_, }

Fields

Trait Implementations

impl Copy for FetchStmt
[src]

impl Clone for FetchStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more