Struct ui2::MenuHandleState
source · pub struct MenuHandleState<M> { /* private fields */ }
Auto Trait Implementations§
impl<M> !RefUnwindSafe for MenuHandleState<M>
impl<M> !Send for MenuHandleState<M>
impl<M> !Sync for MenuHandleState<M>
impl<M> Unpin for MenuHandleState<M>
impl<M> !UnwindSafe for MenuHandleState<M>
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