[][src]Struct ndless_sys::s_ns_event

#[repr(C)]
pub struct s_ns_event { pub timestamp: c_uint, pub type_: c_ushort, pub ascii: c_ushort, pub key: c_uint, pub cursor_x: c_uint, pub cursor_y: c_uint, pub unknown: c_uint, pub modifiers: c_ushort, pub click: c_uchar, }

Fields

timestamp: c_uinttype_: c_ushortascii: c_ushortkey: c_uintcursor_x: c_uintcursor_y: c_uintunknown: c_uintmodifiers: c_ushortclick: c_uchar

Trait Implementations

impl Copy for s_ns_event[src]

impl Debug for s_ns_event[src]

impl Clone for s_ns_event[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for s_ns_event

impl Sync for s_ns_event

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]