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