Struct rpgffi::LockStmt
[−]
[src]
#[repr(C)]pub struct LockStmt { pub type_: NodeTag, pub relations: *mut List, pub mode: c_int, pub nowait: bool_, }
Fields
type_: NodeTag
relations: *mut List
mode: c_int
nowait: bool_
Trait Implementations
impl Copy for LockStmt[src]
impl Clone for LockStmt[src]
fn clone(&self) -> LockStmt[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more