pub struct SignalQuery(_);
Expand description
In-depth information of a specific signal
Implementations
sourceimpl SignalQuery
impl SignalQuery
sourcepub fn signal_name<'a>(&self) -> &'a str
pub fn signal_name<'a>(&self) -> &'a str
The name of the signal.
sourcepub fn flags(&self) -> SignalFlags
pub fn flags(&self) -> SignalFlags
The signal flags.
sourcepub fn return_type(&self) -> SignalType
pub fn return_type(&self) -> SignalType
The return type for the user callback.
sourcepub fn param_types(&self) -> &[SignalType]
pub fn param_types(&self) -> &[SignalType]
The parameters for the user callback.
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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