Struct gpui2::DrawableElement
source · pub struct DrawableElement<E: Element> { /* private fields */ }
Auto Trait Implementations§
impl<E> RefUnwindSafe for DrawableElement<E>where E: RefUnwindSafe, <E as Element>::State: RefUnwindSafe,
impl<E> Send for DrawableElement<E>where E: Send, <E as Element>::State: Send,
impl<E> Sync for DrawableElement<E>where E: Sync, <E as Element>::State: Sync,
impl<E> Unpin for DrawableElement<E>where E: Unpin, <E as Element>::State: Unpin,
impl<E> UnwindSafe for DrawableElement<E>where E: UnwindSafe, <E as Element>::State: UnwindSafe,
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