pub struct ScrollAreaVisibilityInput {
pub ty: ScrollAreaType,
pub hovered: bool,
pub has_overflow: bool,
pub scrolled: bool,
pub tick: u64,
}Fields§
§ty: ScrollAreaType§hovered: bool§has_overflow: bool§scrolled: bool§tick: u64Trait Implementations§
Source§impl Clone for ScrollAreaVisibilityInput
impl Clone for ScrollAreaVisibilityInput
Source§fn clone(&self) -> ScrollAreaVisibilityInput
fn clone(&self) -> ScrollAreaVisibilityInput
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 Debug for ScrollAreaVisibilityInput
impl Debug for ScrollAreaVisibilityInput
impl Copy for ScrollAreaVisibilityInput
Auto Trait Implementations§
impl Freeze for ScrollAreaVisibilityInput
impl RefUnwindSafe for ScrollAreaVisibilityInput
impl Send for ScrollAreaVisibilityInput
impl Sync for ScrollAreaVisibilityInput
impl Unpin for ScrollAreaVisibilityInput
impl UnsafeUnpin for ScrollAreaVisibilityInput
impl UnwindSafe for ScrollAreaVisibilityInput
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