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 · 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 DockDropCandidateRectKind
impl Debug for DockDropCandidateRectKind
impl Copy for DockDropCandidateRectKind
impl Eq for DockDropCandidateRectKind
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