pub struct InputEventSourceType(/* private fields */);Available on crate feature
api-12 only.Implementations§
Trait Implementations§
Source§impl Clone for InputEventSourceType
impl Clone for InputEventSourceType
Source§fn clone(&self) -> InputEventSourceType
fn clone(&self) -> InputEventSourceType
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 InputEventSourceType
impl Debug for InputEventSourceType
Source§impl Hash for InputEventSourceType
impl Hash for InputEventSourceType
Source§impl PartialEq for InputEventSourceType
impl PartialEq for InputEventSourceType
impl Copy for InputEventSourceType
impl Eq for InputEventSourceType
impl StructuralPartialEq for InputEventSourceType
Auto Trait Implementations§
impl Freeze for InputEventSourceType
impl RefUnwindSafe for InputEventSourceType
impl Send for InputEventSourceType
impl Sync for InputEventSourceType
impl Unpin for InputEventSourceType
impl UnwindSafe for InputEventSourceType
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