pub struct SubMenu {
button: SubMenuButton,
parent_state: Arc<RwLock<MenuState>>,
}
Fields§
§parent_state: Arc<RwLock<MenuState>>
Implementations§
Auto Trait Implementations§
impl Freeze for SubMenu
impl !RefUnwindSafe for SubMenu
impl Send for SubMenu
impl Sync for SubMenu
impl Unpin for SubMenu
impl !UnwindSafe for SubMenu
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