pub enum SemanticsScrollAxis {
X,
Y,
}Variants§
Trait Implementations§
Source§impl Clone for SemanticsScrollAxis
impl Clone for SemanticsScrollAxis
Source§fn clone(&self) -> SemanticsScrollAxis
fn clone(&self) -> SemanticsScrollAxis
Returns a duplicate 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 SemanticsScrollAxis
impl Debug for SemanticsScrollAxis
Source§impl PartialEq for SemanticsScrollAxis
impl PartialEq for SemanticsScrollAxis
impl Copy for SemanticsScrollAxis
impl Eq for SemanticsScrollAxis
impl StructuralPartialEq for SemanticsScrollAxis
Auto Trait Implementations§
impl Freeze for SemanticsScrollAxis
impl RefUnwindSafe for SemanticsScrollAxis
impl Send for SemanticsScrollAxis
impl Sync for SemanticsScrollAxis
impl Unpin for SemanticsScrollAxis
impl UnsafeUnpin for SemanticsScrollAxis
impl UnwindSafe for SemanticsScrollAxis
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