Struct uinput_setup
#[repr(C)]
pub struct uinput_setup { pub id: input_id, pub name: [c_char; 80], pub ff_effects_max: __u32 }
Fields
id: input_idname: [c_char; 80]ff_effects_max: __u32
Trait Implementations
impl Clone for uinput_setup
fn clone(&self) -> uinput_setup
impl Copy for uinput_setup
impl Debug for uinput_setup
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for uinput_setup
impl Hash for uinput_setup
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for uinput_setup
fn eq(&self, other: &uinput_setup) -> bool
impl StructuralPartialEq for uinput_setup
Auto Trait Implementations
impl Freeze for uinput_setup
impl RefUnwindSafe for uinput_setup
impl Send for uinput_setup
impl Sync for uinput_setup
impl Unpin for uinput_setup
impl UnsafeUnpin for uinput_setup
impl UnwindSafe for uinput_setup
Blanket Implementations
impl<T> Any for uinput_setup
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for uinput_setup
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for uinput_setup
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for uinput_setup
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for uinput_setup
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for uinput_setup
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for uinput_setup
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for uinput_setup
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>