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 duplicate of the value. Read more
1.0.0§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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)