Trait wireplumber::pw::ProxyExt2

source ·
pub trait ProxyExt2: 'static {
    // Required methods
    fn pw_proxy_raw(&self) -> *mut pw_proxy;
    fn set_pw_proxy_raw(&self, proxy: *mut pw_proxy);
}

Required Methods§

Implementors§

source§

impl<O: IsA<Proxy>> ProxyExt2 for O