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

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

timestamp
left
top
width
height
track_left
track_top
track_width
track_height
border_left
border_top
border_right
border_bottom

Trait Implementations

Derived Implementations

impl PartialEq for XRRPanning

fn eq(&self, __arg_0: &XRRPanning) -> bool

fn ne(&self, __arg_0: &XRRPanning) -> bool

impl Copy for XRRPanning

impl Clone for XRRPanning

fn clone(&self) -> XRRPanning

1.0.0fn clone_from(&mut self, source: &Self)