Struct input_mask

#[repr(C)]
pub struct input_mask { pub type_: __u32, pub codes_size: __u32, pub codes_ptr: __u64 }

Fields

type_: __u32
codes_size: __u32
codes_ptr: __u64

Trait Implementations

impl Clone for input_mask

fn clone(&self) -> input_mask

impl Copy for input_mask

impl Debug for input_mask

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl Eq for input_mask

impl Hash for input_mask

fn hash<__H: Hasher>(&self, state: &mut __H)

impl PartialEq for input_mask

fn eq(&self, other: &input_mask) -> bool

impl StructuralPartialEq for input_mask

Auto Trait Implementations

impl Freeze for input_mask

impl RefUnwindSafe for input_mask

impl Send for input_mask

impl Sync for input_mask

impl Unpin for input_mask

impl UnsafeUnpin for input_mask

impl UnwindSafe for input_mask

Blanket Implementations

impl<T> Any for input_mask where T: 'static + ?Sized,

fn type_id(&self) -> TypeId

impl<T> Borrow<T> for input_mask where T: ?Sized,

fn borrow(&self) -> &T

impl<T> BorrowMut<T> for input_mask where T: ?Sized,

fn borrow_mut(&mut self) -> &mut T

impl<T> CloneToUninit for input_mask where T: Clone,

unsafe fn clone_to_uninit(&self, dest: *mut u8)

impl<T> From<T> for input_mask

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into<U> for input_mask where U: From<T>,

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom<U> for input_mask where U: Into<T>,

type Error = never;
fn try_from(value: U) -> Result<T, never>

impl<T, U> TryInto<U> for input_mask where U: TryFrom<T>,

type Error = <U as TryFrom<T>>::Error;
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>