Struct x11::xinput2::XIHierarchyInfo[][src]

#[repr(C)]
pub struct XIHierarchyInfo { pub deviceid: c_int, pub attachment: c_int, pub _use: c_int, pub enabled: c_int, pub flags: c_int, }

Fields

Trait Implementations

impl Debug for XIHierarchyInfo
[src]

Formats the value using the given formatter. Read more

impl Copy for XIHierarchyInfo
[src]

impl Clone for XIHierarchyInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for XIHierarchyInfo
[src]

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

Auto Trait Implementations