Struct oxygengine_user_interface::widget::component::interactive::scroll_view::ScrollViewNotifyMessage [−][src]
pub struct ScrollViewNotifyMessage {
pub sender: WidgetId,
pub state: ScrollViewState,
}Fields
sender: WidgetIdstate: ScrollViewStateTrait Implementations
impl Clone for ScrollViewNotifyMessage[src]
impl Clone for ScrollViewNotifyMessage[src]pub fn clone(&self) -> ScrollViewNotifyMessage[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for ScrollViewNotifyMessage[src]
impl Debug for ScrollViewNotifyMessage[src]impl MessageData for ScrollViewNotifyMessage where
ScrollViewNotifyMessage: Clone, [src]
impl MessageData for ScrollViewNotifyMessage where
ScrollViewNotifyMessage: Clone, [src]pub fn clone_message(&self) -> Box<dyn MessageData + 'static, Global>[src]
pub fn as_any(&self) -> &(dyn Any + 'static)[src]
Auto Trait Implementations
impl RefUnwindSafe for ScrollViewNotifyMessage
impl RefUnwindSafe for ScrollViewNotifyMessageimpl Send for ScrollViewNotifyMessage
impl Send for ScrollViewNotifyMessageimpl Sync for ScrollViewNotifyMessage
impl Sync for ScrollViewNotifyMessageimpl Unpin for ScrollViewNotifyMessage
impl Unpin for ScrollViewNotifyMessageimpl UnwindSafe for ScrollViewNotifyMessage
impl UnwindSafe for ScrollViewNotifyMessage