Struct dbus_crossroads::SignalDesc
source · [−]pub struct SignalDesc { /* private fields */ }
Expand description
Struct used to describe a signal when building an interface.
For now, this is only used for introspection.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SignalDesc
impl Send for SignalDesc
impl Sync for SignalDesc
impl Unpin for SignalDesc
impl UnwindSafe for SignalDesc
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more