Struct oxygengine_user_interface::widget::component::interactive::input_field::TextInputNotifyMessage
source · [−]pub struct TextInputNotifyMessage {
pub sender: WidgetId,
pub state: TextInputProps,
}
Fields
sender: WidgetId
state: TextInputProps
Trait Implementations
sourceimpl Clone for TextInputNotifyMessage
impl Clone for TextInputNotifyMessage
sourcefn clone(&self) -> TextInputNotifyMessage
fn clone(&self) -> TextInputNotifyMessage
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TextInputNotifyMessage
impl Debug for TextInputNotifyMessage
sourceimpl MessageData for TextInputNotifyMessagewhere
TextInputNotifyMessage: Clone,
impl MessageData for TextInputNotifyMessagewhere
TextInputNotifyMessage: Clone,
fn clone_message(&self) -> Box<dyn MessageData + 'static, Global>
fn as_any(&self) -> &(dyn Any + 'static)
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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