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]

[src]

Formats the value using the given formatter.

impl Copy for XIHierarchyInfo
[src]

impl Clone for XIHierarchyInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for XIHierarchyInfo
[src]

[src]

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