Struct oxygengine_user_interface::widget::component::interactive::scroll_view::ScrollViewNotifyMessage
source · [−]pub struct ScrollViewNotifyMessage {
pub sender: WidgetId,
pub state: ScrollViewState,
}
Fields
sender: WidgetId
state: ScrollViewState
Trait Implementations
sourceimpl Clone for ScrollViewNotifyMessage
impl Clone for ScrollViewNotifyMessage
sourcefn clone(&self) -> ScrollViewNotifyMessage
fn clone(&self) -> ScrollViewNotifyMessage
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 ScrollViewNotifyMessage
impl Debug for ScrollViewNotifyMessage
sourceimpl MessageData for ScrollViewNotifyMessagewhere
ScrollViewNotifyMessage: Clone,
impl MessageData for ScrollViewNotifyMessagewhere
ScrollViewNotifyMessage: Clone,
fn clone_message(&self) -> Box<dyn MessageData + 'static, Global>
fn as_any(&self) -> &(dyn Any + 'static)
Auto Trait Implementations
impl RefUnwindSafe for ScrollViewNotifyMessage
impl Send for ScrollViewNotifyMessage
impl Sync for ScrollViewNotifyMessage
impl Unpin for ScrollViewNotifyMessage
impl UnwindSafe for ScrollViewNotifyMessage
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