Trait pipewire::loop_::IsSource

source ·
pub trait IsSource {
    // Required method
    fn as_ptr(&self) -> *mut spa_source;
}

Required Methods§

source

fn as_ptr(&self) -> *mut spa_source

Return a valid pointer to a raw spa_source.

Implementors§

source§

impl<'l> IsSource for EventSource<'l>

source§

impl<'l> IsSource for IdleSource<'l>

source§

impl<'l> IsSource for SignalSource<'l>

source§

impl<'l> IsSource for TimerSource<'l>

source§

impl<'l, I> IsSource for IoSource<'l, I>
where I: AsRawFd,