Struct x11_dl::xrandr::XRRCrtcChangeNotifyEvent
[−]
[src]
pub struct XRRCrtcChangeNotifyEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub window: Window,
pub subtype: c_int,
pub crtc: RRCrtc,
pub mode: RRMode,
pub rotation: Rotation,
pub x: c_int,
pub y: c_int,
pub width: c_uint,
pub height: c_uint,
}Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
window: Window
subtype: c_int
crtc: RRCrtc
mode: RRMode
rotation: Rotation
x: c_int
y: c_int
width: c_uint
height: c_uint
Trait Implementations
impl PartialEq for XRRCrtcChangeNotifyEvent[src]
fn eq(&self, __arg_0: &XRRCrtcChangeNotifyEvent) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XRRCrtcChangeNotifyEvent) -> bool
This method tests for !=.
impl Copy for XRRCrtcChangeNotifyEvent[src]
impl Clone for XRRCrtcChangeNotifyEvent[src]
fn clone(&self) -> XRRCrtcChangeNotifyEvent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl From<XEvent> for XRRCrtcChangeNotifyEvent[src]
fn from(xevent: XEvent) -> XRRCrtcChangeNotifyEvent
Performs the conversion.
impl<'a> From<&'a XEvent> for XRRCrtcChangeNotifyEvent[src]
fn from(xevent: &'a XEvent) -> XRRCrtcChangeNotifyEvent
Performs the conversion.