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