pub struct Ui<'p, P: Painter> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'p, P> !UnwindSafe for Ui<'p, P>
impl<'p, P> Freeze for Ui<'p, P>
impl<'p, P> RefUnwindSafe for Ui<'p, P>where
P: RefUnwindSafe,
impl<'p, P> Send for Ui<'p, P>where
P: Send,
impl<'p, P> Sync for Ui<'p, P>where
P: Sync,
impl<'p, P> Unpin for Ui<'p, P>
impl<'p, P> UnsafeUnpin for Ui<'p, P>
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