Struct makepad_widgets::MenuCommand
pub struct MenuCommand(pub LiveId);
Tuple Fields§
§0: LiveId
Trait Implementations§
§impl Clone for MenuCommand
impl Clone for MenuCommand
§fn clone(&self) -> MenuCommand
fn clone(&self) -> MenuCommand
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MenuCommand
impl Debug for MenuCommand
§impl Default for MenuCommand
impl Default for MenuCommand
§fn default() -> MenuCommand
fn default() -> MenuCommand
Returns the “default value” for a type. Read more
§impl From<LiveId> for MenuCommand
impl From<LiveId> for MenuCommand
§fn from(live_id: LiveId) -> MenuCommand
fn from(live_id: LiveId) -> MenuCommand
Converts to this type from the input type.
§impl Hash for MenuCommand
impl Hash for MenuCommand
§impl PartialEq<MenuCommand> for MenuCommand
impl PartialEq<MenuCommand> for MenuCommand
§fn eq(&self, other: &MenuCommand) -> bool
fn eq(&self, other: &MenuCommand) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MenuCommand
impl Eq for MenuCommand
impl StructuralEq for MenuCommand
impl StructuralPartialEq for MenuCommand
Auto Trait Implementations§
impl RefUnwindSafe for MenuCommand
impl Send for MenuCommand
impl Sync for MenuCommand
impl Unpin for MenuCommand
impl UnwindSafe for MenuCommand
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