Struct terminal_view2::ScrollTerminal
source · pub struct ScrollTerminal(pub i32);
Expand description
Event to transmit the scroll from the element to the view
Tuple Fields§
§0: i32
Trait Implementations§
source§impl Clone for ScrollTerminal
impl Clone for ScrollTerminal
source§fn clone(&self) -> ScrollTerminal
fn clone(&self) -> ScrollTerminal
Returns a copy 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 Debug for ScrollTerminal
impl Debug for ScrollTerminal
source§impl PartialEq<ScrollTerminal> for ScrollTerminal
impl PartialEq<ScrollTerminal> for ScrollTerminal
source§fn eq(&self, other: &ScrollTerminal) -> bool
fn eq(&self, other: &ScrollTerminal) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ScrollTerminal
Auto Trait Implementations§
impl RefUnwindSafe for ScrollTerminal
impl Send for ScrollTerminal
impl Sync for ScrollTerminal
impl Unpin for ScrollTerminal
impl UnwindSafe for ScrollTerminal
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