pub struct ScrollViewNotifyMessage {
pub sender: WidgetId,
pub state: ScrollViewState,
}Fields§
§sender: WidgetId§state: ScrollViewStateTrait Implementations§
Source§impl Clone for ScrollViewNotifyMessage
impl Clone for ScrollViewNotifyMessage
Source§fn clone(&self) -> ScrollViewNotifyMessage
fn clone(&self) -> ScrollViewNotifyMessage
Returns a copy 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 Debug for ScrollViewNotifyMessage
impl Debug for ScrollViewNotifyMessage
Source§impl MessageData for ScrollViewNotifyMessagewhere
Self: Clone,
impl MessageData for ScrollViewNotifyMessagewhere
Self: Clone,
fn clone_message(&self) -> Box<dyn MessageData>
fn as_any(&self) -> &dyn Any
Auto Trait Implementations§
impl Freeze for ScrollViewNotifyMessage
impl RefUnwindSafe for ScrollViewNotifyMessage
impl Send for ScrollViewNotifyMessage
impl Sync for ScrollViewNotifyMessage
impl Unpin for ScrollViewNotifyMessage
impl UnwindSafe for ScrollViewNotifyMessage
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