Struct raui_core::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]fn clone(&self) -> ScrollViewNotifyMessage[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl MessageData for ScrollViewNotifyMessage where
Self: Clone, [src]
impl MessageData for ScrollViewNotifyMessage where
Self: Clone, [src]fn clone_message(&self) -> Box<dyn MessageData>[src]
fn as_any(&self) -> &dyn Any[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