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§

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<O: IsA<SiLink>> SiLinkExt for O