pub enum ScrollbarAxisPick {
Vertical,
Horizontal,
}Expand description
Axis of the bar under the pointer.
Variants§
Trait Implementations§
Source§impl Clone for ScrollbarAxisPick
impl Clone for ScrollbarAxisPick
Source§fn clone(&self) -> ScrollbarAxisPick
fn clone(&self) -> ScrollbarAxisPick
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ScrollbarAxisPick
impl Debug for ScrollbarAxisPick
Source§impl PartialEq for ScrollbarAxisPick
impl PartialEq for ScrollbarAxisPick
Source§fn eq(&self, other: &ScrollbarAxisPick) -> bool
fn eq(&self, other: &ScrollbarAxisPick) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ScrollbarAxisPick
impl Eq for ScrollbarAxisPick
impl StructuralPartialEq for ScrollbarAxisPick
Auto Trait Implementations§
impl Freeze for ScrollbarAxisPick
impl RefUnwindSafe for ScrollbarAxisPick
impl Send for ScrollbarAxisPick
impl Sync for ScrollbarAxisPick
impl Unpin for ScrollbarAxisPick
impl UnsafeUnpin for ScrollbarAxisPick
impl UnwindSafe for ScrollbarAxisPick
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> DynEq for T
impl<T> DynEq for T
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
§fn into_result(self) -> Result<T, RunSystemError>
fn into_result(self) -> Result<T, RunSystemError>
Converts this type into the system output type.