Struct libpulse_sys::def::pa_spawn_api
source · #[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§
source§impl Clone for pa_spawn_api
impl Clone for pa_spawn_api
source§fn clone(&self) -> pa_spawn_api
fn clone(&self) -> pa_spawn_api
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more