Struct rustpython_vm::stdlib::errno::errors::uinput_user_dev
source · #[repr(C)]pub struct uinput_user_dev {
pub name: [i8; 80],
pub id: input_id,
pub ff_effects_max: u32,
pub absmax: [i32; 64],
pub absmin: [i32; 64],
pub absfuzz: [i32; 64],
pub absflat: [i32; 64],
}
Fields§
§name: [i8; 80]
§id: input_id
§ff_effects_max: u32
§absmax: [i32; 64]
§absmin: [i32; 64]
§absfuzz: [i32; 64]
§absflat: [i32; 64]
Trait Implementations§
source§impl Clone for uinput_user_dev
impl Clone for uinput_user_dev
source§fn clone(&self) -> uinput_user_dev
fn clone(&self) -> uinput_user_dev
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 uinput_user_dev
impl Debug for uinput_user_dev
source§impl Hash for uinput_user_dev
impl Hash for uinput_user_dev
source§impl PartialEq<uinput_user_dev> for uinput_user_dev
impl PartialEq<uinput_user_dev> for uinput_user_dev
source§fn eq(&self, other: &uinput_user_dev) -> bool
fn eq(&self, other: &uinput_user_dev) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for uinput_user_dev
impl Eq for uinput_user_dev
Auto Trait Implementations§
impl RefUnwindSafe for uinput_user_dev
impl Send for uinput_user_dev
impl Sync for uinput_user_dev
impl Unpin for uinput_user_dev
impl UnwindSafe for uinput_user_dev
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
source§impl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.