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
prefork: Option<extern "C" fn()>
postfork: Option<extern "C" fn()>
atfork: Option<extern "C" fn()>
Trait Implementations
impl Debug for pa_spawn_api[src]
impl Debug for pa_spawn_apifn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for pa_spawn_api[src]
impl Copy for pa_spawn_apiimpl Clone for pa_spawn_api[src]
impl Clone for pa_spawn_apifn clone(&self) -> pa_spawn_api[src]
fn clone(&self) -> pa_spawn_apiReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for pa_spawn_api
impl Send for pa_spawn_apiimpl Sync for pa_spawn_api
impl Sync for pa_spawn_api