pub struct UiActionId(pub u32);Expand description
Opaque application action identifier carried by UI events.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for UiActionId
impl Clone for UiActionId
Source§fn clone(&self) -> UiActionId
fn clone(&self) -> UiActionId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UiActionId
Source§impl Debug for UiActionId
impl Debug for UiActionId
Source§impl<'de> Deserialize<'de> for UiActionId
impl<'de> Deserialize<'de> for UiActionId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for UiActionId
Source§impl Ord for UiActionId
impl Ord for UiActionId
Source§fn cmp(&self, other: &UiActionId) -> Ordering
fn cmp(&self, other: &UiActionId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UiActionId
impl PartialEq for UiActionId
Source§fn eq(&self, other: &UiActionId) -> bool
fn eq(&self, other: &UiActionId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for UiActionId
impl PartialOrd for UiActionId
Source§impl Serialize for UiActionId
impl Serialize for UiActionId
impl StructuralPartialEq for UiActionId
Auto Trait Implementations§
impl Freeze for UiActionId
impl RefUnwindSafe for UiActionId
impl Send for UiActionId
impl Sync for UiActionId
impl Unpin for UiActionId
impl UnsafeUnpin for UiActionId
impl UnwindSafe for UiActionId
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