pub struct ScrollStateXY { /* private fields */ }Expand description
2D state
Implementations§
Source§impl ScrollStateXY
impl ScrollStateXY
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ScrollStateXY
impl !RefUnwindSafe for ScrollStateXY
impl !Send for ScrollStateXY
impl !Sync for ScrollStateXY
impl Unpin for ScrollStateXY
impl !UnwindSafe for ScrollStateXY
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