Struct x11_dl::xrandr::XRRPanning [] [src]

#[repr(C)]
pub struct XRRPanning { pub timestamp: Time, pub left: c_uint, pub top: c_uint, pub width: c_uint, pub height: c_uint, pub track_left: c_uint, pub track_top: c_uint, pub track_width: c_uint, pub track_height: c_uint, pub border_left: c_int, pub border_top: c_int, pub border_right: c_int, pub border_bottom: c_int, }

Fields

Trait Implementations

impl Clone for XRRPanning
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XRRPanning
[src]

impl PartialEq for XRRPanning
[src]

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

This method tests for !=.