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 Freeze for SignalDesc
impl RefUnwindSafe for SignalDesc
impl Send for SignalDesc
impl Sync for SignalDesc
impl Unpin for SignalDesc
impl UnwindSafe for SignalDesc
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more