pub struct Area<U: Ui> { /* private fields */ }Expand description
A public API for Ui::Area
Trait Implementations§
impl<U: Ui> StructuralPartialEq for Area<U>
Auto Trait Implementations§
impl<U> Freeze for Area<U>
impl<U> RefUnwindSafe for Area<U>
impl<U> Send for Area<U>
impl<U> Sync for Area<U>
impl<U> Unpin for Area<U>
impl<U> UnwindSafe for Area<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