pub struct Node<U>where
U: Ui,{ /* private fields */ }Expand description
Elements related to the Widget<U>s.
Implementations§
source§impl<U> Node<U>where
U: Ui,
impl<U> Node<U>where
U: Ui,
pub fn needs_update(&self) -> bool
pub fn update_and_print(&self)
Trait Implementations§
Auto Trait Implementations§
impl<U> !Freeze for Node<U>
impl<U> !RefUnwindSafe for Node<U>
impl<U> Unpin for Node<U>
impl<U> !UnwindSafe for Node<U>
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