Struct x11::xlib::XTimeCoord [] [src]

#[repr(C)]
pub struct XTimeCoord { pub time: Time, pub x: c_short, pub y: c_short, }

Fields

Trait Implementations

impl Debug for XTimeCoord
[src]

[src]

Formats the value using the given formatter.

impl Clone for XTimeCoord
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for XTimeCoord
[src]

impl PartialEq for XTimeCoord
[src]

[src]

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

[src]

This method tests for !=.