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