pub struct Void;
Trait Implementations§
source§impl Widget for Void
impl Widget for Void
fn calc_constraints( &mut self, _children: &ConstraintsContext<'_> ) -> Constraints
fn sense(&mut self) -> Option<&mut Sense>
fn update(&mut self, delta_time: f64)
fn draw(&mut self, cx: &mut DrawContext<'_, '_>)
fn handle_event(&mut self, event: &Event)
fn walk_children_mut(&mut self, f: &mut dyn FnMut(&mut dyn Widget))
fn layout_children(&mut self, cx: &mut LayoutContext<'_>)
Auto Trait Implementations§
impl RefUnwindSafe for Void
impl Send for Void
impl Sync for Void
impl Unpin for Void
impl UnwindSafe for Void
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