Struct dusk_ui::context::BuildContext
source · pub struct BuildContext<D> { /* private fields */ }Implementations§
source§impl<D> BuildContext<D>
impl<D> BuildContext<D>
Auto Trait Implementations§
impl<D> !RefUnwindSafe for BuildContext<D>
impl<D> Send for BuildContext<D>
impl<D> Sync for BuildContext<D>
impl<D> Unpin for BuildContext<D>
impl<D> !UnwindSafe for BuildContext<D>
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