pub enum ScrollButtonLockState {
Disabled,
Enabled,
}
Expand description
Whenever scroll button lock is enabled or not
Variants§
Trait Implementations§
Source§impl Clone for ScrollButtonLockState
impl Clone for ScrollButtonLockState
Source§fn clone(&self) -> ScrollButtonLockState
fn clone(&self) -> ScrollButtonLockState
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 ScrollButtonLockState
impl Debug for ScrollButtonLockState
Source§impl Hash for ScrollButtonLockState
impl Hash for ScrollButtonLockState
Source§impl PartialEq for ScrollButtonLockState
impl PartialEq for ScrollButtonLockState
impl Copy for ScrollButtonLockState
impl Eq for ScrollButtonLockState
impl StructuralPartialEq for ScrollButtonLockState
Auto Trait Implementations§
impl Freeze for ScrollButtonLockState
impl RefUnwindSafe for ScrollButtonLockState
impl Send for ScrollButtonLockState
impl Sync for ScrollButtonLockState
impl Unpin for ScrollButtonLockState
impl UnwindSafe for ScrollButtonLockState
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