pub struct ScrollScreen { /* private fields */ }Implementations§
Trait Implementations§
Source§impl PartialEq for ScrollScreen
impl PartialEq for ScrollScreen
impl StructuralPartialEq for 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