#[repr(C)]pub struct uiArea { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for uiArea
impl RefUnwindSafe for uiArea
impl Send for uiArea
impl Sync for uiArea
impl Unpin for uiArea
impl UnwindSafe for uiArea
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