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