Struct rpgffi::Latch [] [src]

#[repr(C)]
pub struct Latch { pub is_set: sig_atomic_t, pub is_shared: bool_, pub owner_pid: c_int, }

Fields

Trait Implementations

impl Copy for Latch
[src]

impl Clone for Latch
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more