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