pub enum ScrollDir {
Vertical,
Horizontal,
Both,
None,
}Variants§
Trait Implementations§
impl Copy for ScrollDir
impl StructuralPartialEq for ScrollDir
Auto Trait Implementations§
impl Freeze for ScrollDir
impl RefUnwindSafe for ScrollDir
impl Send for ScrollDir
impl Sync for ScrollDir
impl Unpin for ScrollDir
impl UnwindSafe for ScrollDir
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