Struct oxygengine_user_interface::widget::component::ForwardedMessage [−][src]
pub struct ForwardedMessage { pub sender: WidgetId, pub data: Box<dyn MessageData + 'static, Global>, }
Fields
sender: WidgetId
data: Box<dyn MessageData + 'static, Global>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ForwardedMessage
impl Send for ForwardedMessage
impl Sync for ForwardedMessage
impl Unpin for ForwardedMessage
impl !UnwindSafe for ForwardedMessage
Blanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any,
pub fn get_type_id(&self) -> TypeId
Mutably borrows from an owned value. Read more