Struct x11_dl::xrandr::XRRCrtcChangeNotifyEvent [−][src]
#[repr(C)]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 Debug for XRRCrtcChangeNotifyEvent[src]
impl Debug for XRRCrtcChangeNotifyEventfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XRRCrtcChangeNotifyEvent[src]
impl Clone for XRRCrtcChangeNotifyEventfn clone(&self) -> XRRCrtcChangeNotifyEvent[src]
fn clone(&self) -> XRRCrtcChangeNotifyEventReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XRRCrtcChangeNotifyEvent[src]
impl Copy for XRRCrtcChangeNotifyEventimpl PartialEq for XRRCrtcChangeNotifyEvent[src]
impl PartialEq for XRRCrtcChangeNotifyEventfn eq(&self, other: &XRRCrtcChangeNotifyEvent) -> bool[src]
fn eq(&self, other: &XRRCrtcChangeNotifyEvent) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XRRCrtcChangeNotifyEvent) -> bool[src]
fn ne(&self, other: &XRRCrtcChangeNotifyEvent) -> boolThis method tests for !=.
impl AsMut<XRRCrtcChangeNotifyEvent> for XEvent[src]
impl AsMut<XRRCrtcChangeNotifyEvent> for XEventfn as_mut(&mut self) -> &mut XRRCrtcChangeNotifyEvent[src]
fn as_mut(&mut self) -> &mut XRRCrtcChangeNotifyEventPerforms the conversion.
impl AsRef<XRRCrtcChangeNotifyEvent> for XEvent[src]
impl AsRef<XRRCrtcChangeNotifyEvent> for XEventfn as_ref(&self) -> &XRRCrtcChangeNotifyEvent[src]
fn as_ref(&self) -> &XRRCrtcChangeNotifyEventPerforms the conversion.
impl From<XRRCrtcChangeNotifyEvent> for XEvent[src]
impl From<XRRCrtcChangeNotifyEvent> for XEventfn from(other: XRRCrtcChangeNotifyEvent) -> XEvent[src]
fn from(other: XRRCrtcChangeNotifyEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XRRCrtcChangeNotifyEvent> for XEvent[src]
impl<'a> From<&'a XRRCrtcChangeNotifyEvent> for XEventfn from(other: &'a XRRCrtcChangeNotifyEvent) -> XEvent[src]
fn from(other: &'a XRRCrtcChangeNotifyEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XRRCrtcChangeNotifyEvent[src]
impl From<XEvent> for XRRCrtcChangeNotifyEventfn from(xevent: XEvent) -> XRRCrtcChangeNotifyEvent[src]
fn from(xevent: XEvent) -> XRRCrtcChangeNotifyEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XRRCrtcChangeNotifyEvent[src]
impl<'a> From<&'a XEvent> for XRRCrtcChangeNotifyEventfn from(xevent: &'a XEvent) -> XRRCrtcChangeNotifyEvent[src]
fn from(xevent: &'a XEvent) -> XRRCrtcChangeNotifyEventPerforms the conversion.
Auto Trait Implementations
impl !Send for XRRCrtcChangeNotifyEvent
impl !Send for XRRCrtcChangeNotifyEventimpl !Sync for XRRCrtcChangeNotifyEvent
impl !Sync for XRRCrtcChangeNotifyEvent