pub struct PagerState { /* private fields */ }Expand description
State for a horizontal pager with page snapping.
Implementations§
Source§impl PagerState
impl PagerState
Auto Trait Implementations§
impl !RefUnwindSafe for PagerState
impl !Send for PagerState
impl !Sync for PagerState
impl !UnwindSafe for PagerState
impl Freeze for PagerState
impl Unpin for PagerState
impl UnsafeUnpin for PagerState
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