pub enum UiDebugScrollHandleChangeKind {
Layout,
HitTestOnly,
}Variants§
Trait Implementations§
Source§impl Clone for UiDebugScrollHandleChangeKind
impl Clone for UiDebugScrollHandleChangeKind
Source§fn clone(&self) -> UiDebugScrollHandleChangeKind
fn clone(&self) -> UiDebugScrollHandleChangeKind
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 PartialEq for UiDebugScrollHandleChangeKind
impl PartialEq for UiDebugScrollHandleChangeKind
Source§fn eq(&self, other: &UiDebugScrollHandleChangeKind) -> bool
fn eq(&self, other: &UiDebugScrollHandleChangeKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for UiDebugScrollHandleChangeKind
impl Eq for UiDebugScrollHandleChangeKind
impl StructuralPartialEq for UiDebugScrollHandleChangeKind
Auto Trait Implementations§
impl Freeze for UiDebugScrollHandleChangeKind
impl RefUnwindSafe for UiDebugScrollHandleChangeKind
impl Send for UiDebugScrollHandleChangeKind
impl Sync for UiDebugScrollHandleChangeKind
impl Unpin for UiDebugScrollHandleChangeKind
impl UnsafeUnpin for UiDebugScrollHandleChangeKind
impl UnwindSafe for UiDebugScrollHandleChangeKind
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