pub enum ScrollbarPart {
Thumb,
Track,
}Expand description
Which functional part of an overlay scrollbar the pointer is on.
Variants§
Trait Implementations§
Source§impl Clone for ScrollbarPart
impl Clone for ScrollbarPart
Source§fn clone(&self) -> ScrollbarPart
fn clone(&self) -> ScrollbarPart
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 ScrollbarPart
impl Debug for ScrollbarPart
Source§impl PartialEq for ScrollbarPart
impl PartialEq for ScrollbarPart
Source§fn eq(&self, other: &ScrollbarPart) -> bool
fn eq(&self, other: &ScrollbarPart) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ScrollbarPart
impl Eq for ScrollbarPart
impl StructuralPartialEq for ScrollbarPart
Auto Trait Implementations§
impl Freeze for ScrollbarPart
impl RefUnwindSafe for ScrollbarPart
impl Send for ScrollbarPart
impl Sync for ScrollbarPart
impl Unpin for ScrollbarPart
impl UnsafeUnpin for ScrollbarPart
impl UnwindSafe for ScrollbarPart
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.