Struct x11_dl::xinput2::XIHierarchyEvent[][src]

#[repr(C)]
pub struct XIHierarchyEvent { pub _type: c_int, pub serial: c_ulong, pub send_event: c_int, pub display: *mut Display, pub extension: c_int, pub evtype: c_int, pub time: Time, pub flags: c_int, pub num_info: c_int, pub info: *mut XIHierarchyInfo, }

Fields

Trait Implementations

impl Debug for XIHierarchyEvent
[src]

Formats the value using the given formatter. Read more

impl Copy for XIHierarchyEvent
[src]

impl Clone for XIHierarchyEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for XIHierarchyEvent
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations