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]

Formats the value using the given formatter. Read more

impl Copy for pa_spawn_api
[src]

impl Clone for pa_spawn_api
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations