pub struct Dock<TItem> where
    TItem: Clone
{ pub drop_size: Vec2, pub drop_quad: Background, pub drop_quad_view: View, pub _drag_move: Option<PointerMoveEvent>, pub _drag_end: Option<DockDragEnd<TItem>>, pub _close_tab: Option<DockTabIdent>, pub _tab_select: Option<(usize, usize)>, /* private fields */ }

Fields

drop_size: Vec2drop_quad: Backgrounddrop_quad_view: View_drag_move: Option<PointerMoveEvent>_drag_end: Option<DockDragEnd<TItem>>_close_tab: Option<DockTabIdent>_tab_select: Option<(usize, usize)>

Implementations

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.