Trait wireplumber::session::SiEndpointExt
source · pub trait SiEndpointExt: IsA<SiEndpoint> + Sealed + 'static {
// Provided methods
fn properties(&self) -> Option<Properties> { ... }
fn registration_info(&self) -> Option<Variant> { ... }
fn connect_endpoint_properties_changed<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId { ... }
}
Provided Methods§
fn properties(&self) -> Option<Properties>
fn registration_info(&self) -> Option<Variant>
fn connect_endpoint_properties_changed<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId
Object Safety§
This trait is not object safe.