pub struct DisposeCtx<W>where
W: Widget,{ /* private fields */ }Implementations§
Source§impl<W> DisposeCtx<W>where
W: Widget,
impl<W> DisposeCtx<W>where
W: Widget,
pub fn widget_id(&self) -> WidgetId
pub fn instance_id(&self) -> InstanceId
Auto Trait Implementations§
impl<W> Freeze for DisposeCtx<W>
impl<W> RefUnwindSafe for DisposeCtx<W>
impl<W> Send for DisposeCtx<W>
impl<W> Sync for DisposeCtx<W>
impl<W> Unpin for DisposeCtx<W>
impl<W> UnsafeUnpin for DisposeCtx<W>
impl<W> UnwindSafe for DisposeCtx<W>
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