Struct x11_dl::xinput::XFeedbackControl [] [src]

#[repr(C)]
pub struct XFeedbackControl { pub class: XID, pub length: c_int, pub id: XID, }

Fields

Trait Implementations

impl Debug for XFeedbackControl
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for XFeedbackControl
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for XFeedbackControl
[src]

impl PartialEq for XFeedbackControl
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations