#[spa_interface]
Expand description

Implement SpaInterface

Arguments

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