Struct tauri_runtime_wry::MenuItemWrapper
source · pub struct MenuItemWrapper(pub MenuItem);
Tuple Fields§
§0: MenuItem
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MenuItemWrapper
impl RefUnwindSafe for MenuItemWrapper
impl Send for MenuItemWrapper
impl Sync for MenuItemWrapper
impl Unpin for MenuItemWrapper
impl UnwindSafe for MenuItemWrapper
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