Struct oxygengine_user_interface::widget::component::interactive::input_field::TextInputNotifyMessage [−][src]
pub struct TextInputNotifyMessage { pub sender: WidgetId, pub state: TextInputProps, }
Fields
sender: WidgetId
state: TextInputProps
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TextInputNotifyMessage
impl Send for TextInputNotifyMessage
impl Sync for TextInputNotifyMessage
impl Unpin for TextInputNotifyMessage
impl UnwindSafe for TextInputNotifyMessage
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