Struct oxygengine_user_interface::raui::core::signals::SignalSender [−][src]
pub struct SignalSender { /* fields omitted */ }Expand description
Used to send Signals from a component change context
Implementations
Send a message
Returns false if the message could not successfully be sent
Send a raw Message
Returns false if the message could not be successfully sent
pub fn write_raw_all<I>(&self, messages: I) where
I: IntoIterator<Item = Box<dyn MessageData + 'static, Global>>,
pub fn write_raw_all<I>(&self, messages: I) where
I: IntoIterator<Item = Box<dyn MessageData + 'static, Global>>, Sends a set of raw Messages from an iterator
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SignalSenderimpl Send for SignalSenderimpl !Sync for SignalSenderimpl Unpin for SignalSenderimpl !UnwindSafe for SignalSenderBlanket Implementations
Mutably borrows from an owned value. Read more