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