#[spa_interface]
Implement SpaInterface
methods
#[derive(RawWrapper, Debug)] #[spa_interface(methods=spa_sys::spa_loop_methods)] #[repr(transparent)] pub struct LoopRef { #[raw] raw: spa_sys::spa_loop, }