Struct rpgffi::LWLock [] [src]

#[repr(C)]
pub struct LWLock { pub tranche: uint16, pub state: pg_atomic_uint32, pub waiters: dlist_head, }

Fields

Trait Implementations

impl Copy for LWLock
[src]

impl Clone for LWLock
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more