pub struct ScrollScreen { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ScrollScreen
impl Clone for ScrollScreen
Source§fn clone(&self) -> ScrollScreen
fn clone(&self) -> ScrollScreen
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 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