Struct makepad_draw::icon_atlas::MenuCommand
source · pub struct MenuCommand(pub LiveId);Tuple Fields§
§0: LiveIdTrait Implementations§
source§impl Clone for MenuCommand
impl Clone for MenuCommand
source§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 moresource§impl Debug for MenuCommand
impl Debug for MenuCommand
source§impl Default for MenuCommand
impl Default for MenuCommand
source§fn default() -> MenuCommand
fn default() -> MenuCommand
Returns the “default value” for a type. Read more
source§impl From<LiveId> for MenuCommand
impl From<LiveId> for MenuCommand
source§fn from(live_id: LiveId) -> MenuCommand
fn from(live_id: LiveId) -> MenuCommand
Converts to this type from the input type.
source§impl Hash for MenuCommand
impl Hash for MenuCommand
source§impl PartialEq<MenuCommand> for MenuCommand
impl PartialEq<MenuCommand> for MenuCommand
source§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