Trait ux::prelude::DBusInterfaceExt [−]
pub trait DBusInterfaceExt: 'static {
pub fn get(&self) -> Option<DBusObject>;
pub fn get_info(&self) -> Option<DBusInterfaceInfo>;
pub fn set_object<P>(&self, object: Option<&P>)
where
P: IsA<DBusObject>;
}Required methods
pub fn get(&self) -> Option<DBusObject>
pub fn get_info(&self) -> Option<DBusInterfaceInfo>
pub fn set_object<P>(&self, object: Option<&P>) where
P: IsA<DBusObject>,
P: IsA<DBusObject>,
Implementors
impl<O> DBusInterfaceExt for O where
O: IsA<DBusInterface>,
O: IsA<DBusInterface>,