Struct ActionFeedbackKind
#[repr(transparent)]pub struct ActionFeedbackKind(pub i32);Tuple Fields§
§0: i32Implementations§
§impl ActionFeedbackKind
impl ActionFeedbackKind
Trait Implementations§
§impl Clone for ActionFeedbackKind
impl Clone for ActionFeedbackKind
§fn clone(&self) -> ActionFeedbackKind
fn clone(&self) -> ActionFeedbackKind
Returns a duplicate 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 ActionFeedbackKind
impl Debug for ActionFeedbackKind
§impl Default for ActionFeedbackKind
impl Default for ActionFeedbackKind
§fn default() -> ActionFeedbackKind
fn default() -> ActionFeedbackKind
Returns the “default value” for a type. Read more
§impl PartialEq for ActionFeedbackKind
impl PartialEq for ActionFeedbackKind
impl Copy for ActionFeedbackKind
impl Eq for ActionFeedbackKind
impl StructuralPartialEq for ActionFeedbackKind
Auto Trait Implementations§
impl Freeze for ActionFeedbackKind
impl RefUnwindSafe for ActionFeedbackKind
impl Send for ActionFeedbackKind
impl Sync for ActionFeedbackKind
impl Unpin for ActionFeedbackKind
impl UnwindSafe for ActionFeedbackKind
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