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