pub enum ScrollbarAxis {
Vertical,
Horizontal,
}Variants§
Trait Implementations§
Source§impl Clone for ScrollbarAxis
impl Clone for ScrollbarAxis
Source§fn clone(&self) -> ScrollbarAxis
fn clone(&self) -> ScrollbarAxis
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 moreimpl Copy for ScrollbarAxis
Source§impl Debug for ScrollbarAxis
impl Debug for ScrollbarAxis
Source§impl Default for ScrollbarAxis
impl Default for ScrollbarAxis
Source§fn default() -> ScrollbarAxis
fn default() -> ScrollbarAxis
Returns the “default value” for a type. Read more
impl Eq for ScrollbarAxis
Source§impl PartialEq for ScrollbarAxis
impl PartialEq for ScrollbarAxis
Source§fn eq(&self, other: &ScrollbarAxis) -> bool
fn eq(&self, other: &ScrollbarAxis) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ScrollbarAxis
Auto Trait Implementations§
impl Freeze for ScrollbarAxis
impl RefUnwindSafe for ScrollbarAxis
impl Send for ScrollbarAxis
impl Sync for ScrollbarAxis
impl Unpin for ScrollbarAxis
impl UnsafeUnpin for ScrollbarAxis
impl UnwindSafe for ScrollbarAxis
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