pub struct ScrollScreen { /* private fields */ }Implementations§
Source§impl ScrollScreen
impl ScrollScreen
Auto Trait Implementations§
impl Freeze for ScrollScreen
impl RefUnwindSafe for ScrollScreen
impl Send for ScrollScreen
impl Sync for ScrollScreen
impl Unpin for ScrollScreen
impl UnwindSafe for ScrollScreen
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