pub struct TextInputControlNotifyMessage {
pub sender: WidgetId,
pub character: char,
}
Fields§
§sender: WidgetId
§character: char
Trait Implementations§
Source§impl Clone for TextInputControlNotifyMessage
impl Clone for TextInputControlNotifyMessage
Source§fn clone(&self) -> TextInputControlNotifyMessage
fn clone(&self) -> TextInputControlNotifyMessage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl MessageData for TextInputControlNotifyMessagewhere
Self: Clone,
impl MessageData for TextInputControlNotifyMessagewhere
Self: Clone,
Auto Trait Implementations§
impl Freeze for TextInputControlNotifyMessage
impl RefUnwindSafe for TextInputControlNotifyMessage
impl Send for TextInputControlNotifyMessage
impl Sync for TextInputControlNotifyMessage
impl Unpin for TextInputControlNotifyMessage
impl UnwindSafe for TextInputControlNotifyMessage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more