pub struct DockHandle { /* private fields */ }Expand description
Ephemeral, reusable dock behavior handle. Created by remember_dock_handle
and passed to the DockModifierExt helpers so custom chrome can reuse the
exact same docking behavior.
Trait Implementations§
Source§impl Clone for DockHandle
impl Clone for DockHandle
Source§fn clone(&self) -> DockHandle
fn clone(&self) -> DockHandle
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for DockHandle
impl !Send for DockHandle
impl !Sync for DockHandle
impl !UnwindSafe for DockHandle
impl Freeze for DockHandle
impl Unpin for DockHandle
impl UnsafeUnpin for DockHandle
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