Struct raui_core::widget::component::interactive::input_field::TextInputNotifyMessage [−][src]
pub struct TextInputNotifyMessage {
pub sender: WidgetId,
pub state: TextInputProps,
}Fields
sender: WidgetIdstate: TextInputPropsTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TextInputNotifyMessageimpl Send for TextInputNotifyMessageimpl Sync for TextInputNotifyMessageimpl Unpin for TextInputNotifyMessageimpl UnwindSafe for TextInputNotifyMessageBlanket Implementations
Mutably borrows from an owned value. Read more