Struct libpulse_sys::def::pa_spawn_api [] [src]

#[repr(C)]
pub struct pa_spawn_api { pub prefork: Option<extern "C" fn()>, pub postfork: Option<extern "C" fn()>, pub atfork: Option<extern "C" fn()>, }

Fields

Trait Implementations

impl Debug for pa_spawn_api
[src]

[src]

Formats the value using the given formatter.

impl Copy for pa_spawn_api
[src]

impl Clone for pa_spawn_api
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more