Struct rpgffi::LockStmt [] [src]

#[repr(C)]
pub struct LockStmt { pub type_: NodeTag, pub relations: *mut List, pub mode: c_int, pub nowait: bool_, }

Fields

Trait Implementations

impl Copy for LockStmt
[src]

impl Clone for LockStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more