pub enum ScrollDirection {
LeftToRight,
RightToLeft,
}
Expand description
Direction for scrolling bytes.
Variants§
Trait Implementations§
Source§impl Clone for ScrollDirection
impl Clone for ScrollDirection
Source§fn clone(&self) -> ScrollDirection
fn clone(&self) -> ScrollDirection
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 ScrollDirection
impl Debug for ScrollDirection
Source§impl Default for ScrollDirection
impl Default for ScrollDirection
Source§fn default() -> ScrollDirection
fn default() -> ScrollDirection
Returns the “default value” for a type. Read more
Source§impl Format for ScrollDirection
impl Format for ScrollDirection
impl Copy for ScrollDirection
Auto Trait Implementations§
impl Freeze for ScrollDirection
impl RefUnwindSafe for ScrollDirection
impl Send for ScrollDirection
impl Sync for ScrollDirection
impl Unpin for ScrollDirection
impl UnwindSafe for ScrollDirection
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