pub enum DockDropCandidateRectKind {
WindowBounds,
DockBounds,
FloatZone,
LayoutBounds,
RootRect,
LeafTabsRect,
TabBarRect,
InnerHintRect,
OuterHintRect,
}Variants§
WindowBounds
DockBounds
FloatZone
LayoutBounds
RootRect
LeafTabsRect
TabBarRect
InnerHintRect
OuterHintRect
Trait Implementations§
Source§impl Clone for DockDropCandidateRectKind
impl Clone for DockDropCandidateRectKind
Source§fn clone(&self) -> DockDropCandidateRectKind
fn clone(&self) -> DockDropCandidateRectKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DockDropCandidateRectKind
Source§impl Debug for DockDropCandidateRectKind
impl Debug for DockDropCandidateRectKind
impl Eq for DockDropCandidateRectKind
Source§impl PartialEq for DockDropCandidateRectKind
impl PartialEq for DockDropCandidateRectKind
Source§fn eq(&self, other: &DockDropCandidateRectKind) -> bool
fn eq(&self, other: &DockDropCandidateRectKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DockDropCandidateRectKind
Auto Trait Implementations§
impl Freeze for DockDropCandidateRectKind
impl RefUnwindSafe for DockDropCandidateRectKind
impl Send for DockDropCandidateRectKind
impl Sync for DockDropCandidateRectKind
impl Unpin for DockDropCandidateRectKind
impl UnsafeUnpin for DockDropCandidateRectKind
impl UnwindSafe for DockDropCandidateRectKind
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