Trait wireplumber::pw::GlobalProxyExt
source · pub trait GlobalProxyExt: IsA<GlobalProxy> + Sealed + 'static {
// Provided methods
fn bind(&self) -> bool { ... }
fn global_properties(&self) -> Option<Properties> { ... }
fn permissions(&self) -> u32 { ... }
fn request_destroy(&self) { ... }
fn connect_permissions_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId { ... }
}
Provided Methods§
fn bind(&self) -> bool
fn global_properties(&self) -> Option<Properties>
fn permissions(&self) -> u32
fn request_destroy(&self)
fn connect_permissions_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId
Object Safety§
This trait is not object safe.