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