Struct x11::xinput2::XIAttachSlaveInfo [] [src]

#[repr(C)]
pub struct XIAttachSlaveInfo { pub _type: c_int, pub deviceid: c_int, pub new_master: c_int, }

Fields

Trait Implementations

impl Debug for XIAttachSlaveInfo
[src]

[src]

Formats the value using the given formatter.

impl Copy for XIAttachSlaveInfo
[src]

impl Clone for XIAttachSlaveInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for XIAttachSlaveInfo
[src]

[src]

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