[][src]Struct makepad_widget::DockWalker

pub struct DockWalker<'a, TItem> where
    TItem: Clone
{ /* fields omitted */ }

Methods

impl<'a, TItem> DockWalker<'a, TItem> where
    TItem: Clone
[src]

pub fn walk_dock_item(&mut self) -> Option<(usize, &mut DockItem<TItem>)>[src]

pub fn walk_handle_dock(
    &mut self,
    cx: &mut Cx,
    event: &mut Event
) -> Option<&mut TItem>
[src]

pub fn walk_draw_dock<F>(
    &mut self,
    cx: &mut Cx,
    tab_handler: F
) -> Option<&'a mut TItem> where
    F: FnMut(&mut Cx, &mut TabControl, &DockTab<TItem>, bool), 
[src]

Auto Trait Implementations

impl<'a, TItem> Send for DockWalker<'a, TItem> where
    TItem: Send

impl<'a, TItem> Sync for DockWalker<'a, TItem> where
    TItem: Sync

impl<'a, TItem> Unpin for DockWalker<'a, TItem>

impl<'a, TItem> !UnwindSafe for DockWalker<'a, TItem>

impl<'a, TItem> RefUnwindSafe for DockWalker<'a, TItem> where
    TItem: RefUnwindSafe

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]