Struct rpgffi::PROCLOCKTAG [] [src]

#[repr(C)]
pub struct PROCLOCKTAG { pub myLock: *mut LOCK, pub myProc: *mut PGPROC, }

Fields

Trait Implementations

impl Copy for PROCLOCKTAG
[src]

impl Clone for PROCLOCKTAG
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more