[−][src]Enum evdev_rs::enums::InputProp
Variants
INPUT_PROP_POINTER
INPUT_PROP_DIRECT
INPUT_PROP_BUTTONPAD
INPUT_PROP_SEMI_MT
INPUT_PROP_TOPBUTTONPAD
INPUT_PROP_POINTING_STICK
INPUT_PROP_ACCELEROMETER
INPUT_PROP_MAX
Methods
impl InputProp
[src]
ⓘImportant traits for InputPropIteratorpub fn iter(&self) -> InputPropIterator
[src]
ⓘImportant traits for InputPropIterator
pub fn from_str(name: &str) -> Option<InputProp>
[src]
Look up an input property by its name. Properties start with the fixed prefix "INPUT_PROP_" followed by their name (eg., "INPUT_PROP_POINTER"). The prefix must be included in the name. It returns the constant assigned to the property or Errno if not found.
Trait Implementations
impl PartialEq<InputProp> for InputProp
[src]
fn eq(&self, other: &InputProp) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=
.
impl Clone for InputProp
[src]
fn clone(&self) -> InputProp
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Eq for InputProp
[src]
impl Display for InputProp
[src]
impl Debug for InputProp
[src]
impl Hash for InputProp
[src]
Auto Trait Implementations
Blanket Implementations
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,