Struct rpgffi::PGSemaphoreData [] [src]

#[repr(C)]
pub struct PGSemaphoreData { pub semId: c_int, pub semNum: c_int, }

Fields

Trait Implementations

impl Copy for PGSemaphoreData
[src]

impl Clone for PGSemaphoreData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more