#[repr(u32)]pub enum UI_MESSAGE_RESULTS {
Handled = 0,
Ignore = 1,
PassOn = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for UI_MESSAGE_RESULTS
impl Clone for UI_MESSAGE_RESULTS
Source§fn clone(&self) -> UI_MESSAGE_RESULTS
fn clone(&self) -> UI_MESSAGE_RESULTS
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 UI_MESSAGE_RESULTS
impl Debug for UI_MESSAGE_RESULTS
Source§impl From<UI_MESSAGE_RESULTS> for UI_MESSAGE_RESULTS_CEnum
impl From<UI_MESSAGE_RESULTS> for UI_MESSAGE_RESULTS_CEnum
Source§fn from(value: UI_MESSAGE_RESULTS) -> Self
fn from(value: UI_MESSAGE_RESULTS) -> Self
Converts to this type from the input type.
Source§impl Hash for UI_MESSAGE_RESULTS
impl Hash for UI_MESSAGE_RESULTS
Source§impl Ord for UI_MESSAGE_RESULTS
impl Ord for UI_MESSAGE_RESULTS
Source§fn cmp(&self, other: &UI_MESSAGE_RESULTS) -> Ordering
fn cmp(&self, other: &UI_MESSAGE_RESULTS) -> Ordering
1.21.0 · 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 UI_MESSAGE_RESULTS
impl PartialEq for UI_MESSAGE_RESULTS
Source§impl PartialOrd for UI_MESSAGE_RESULTS
impl PartialOrd for UI_MESSAGE_RESULTS
impl Copy for UI_MESSAGE_RESULTS
impl Eq for UI_MESSAGE_RESULTS
impl StructuralPartialEq for UI_MESSAGE_RESULTS
Auto Trait Implementations§
impl Freeze for UI_MESSAGE_RESULTS
impl RefUnwindSafe for UI_MESSAGE_RESULTS
impl Send for UI_MESSAGE_RESULTS
impl Sync for UI_MESSAGE_RESULTS
impl Unpin for UI_MESSAGE_RESULTS
impl UnwindSafe for UI_MESSAGE_RESULTS
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