Struct x11_dl::xrandr::XRROutputChangeNotifyEvent [−][src]
#[repr(C)]pub struct XRROutputChangeNotifyEvent { pub type_: c_int, pub serial: c_ulong, pub send_event: Bool, pub display: *mut Display, pub window: Window, pub subtype: c_int, pub output: RROutput, pub crtc: RRCrtc, pub mode: RRMode, pub rotation: Rotation, pub connection: Connection, pub subpixel_order: SubpixelOrder, }
Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
window: Window
subtype: c_int
output: RROutput
crtc: RRCrtc
mode: RRMode
rotation: Rotation
connection: Connection
subpixel_order: SubpixelOrder
Trait Implementations
impl Debug for XRROutputChangeNotifyEvent[src]
impl Debug for XRROutputChangeNotifyEventfn 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 XRROutputChangeNotifyEvent[src]
impl Clone for XRROutputChangeNotifyEventfn clone(&self) -> XRROutputChangeNotifyEvent[src]
fn clone(&self) -> XRROutputChangeNotifyEventReturns 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 XRROutputChangeNotifyEvent[src]
impl Copy for XRROutputChangeNotifyEventimpl PartialEq for XRROutputChangeNotifyEvent[src]
impl PartialEq for XRROutputChangeNotifyEventfn eq(&self, other: &XRROutputChangeNotifyEvent) -> bool[src]
fn eq(&self, other: &XRROutputChangeNotifyEvent) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XRROutputChangeNotifyEvent) -> bool[src]
fn ne(&self, other: &XRROutputChangeNotifyEvent) -> boolThis method tests for !=.
impl AsMut<XRROutputChangeNotifyEvent> for XEvent[src]
impl AsMut<XRROutputChangeNotifyEvent> for XEventfn as_mut(&mut self) -> &mut XRROutputChangeNotifyEvent[src]
fn as_mut(&mut self) -> &mut XRROutputChangeNotifyEventPerforms the conversion.
impl AsRef<XRROutputChangeNotifyEvent> for XEvent[src]
impl AsRef<XRROutputChangeNotifyEvent> for XEventfn as_ref(&self) -> &XRROutputChangeNotifyEvent[src]
fn as_ref(&self) -> &XRROutputChangeNotifyEventPerforms the conversion.
impl From<XRROutputChangeNotifyEvent> for XEvent[src]
impl From<XRROutputChangeNotifyEvent> for XEventfn from(other: XRROutputChangeNotifyEvent) -> XEvent[src]
fn from(other: XRROutputChangeNotifyEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XRROutputChangeNotifyEvent> for XEvent[src]
impl<'a> From<&'a XRROutputChangeNotifyEvent> for XEventfn from(other: &'a XRROutputChangeNotifyEvent) -> XEvent[src]
fn from(other: &'a XRROutputChangeNotifyEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XRROutputChangeNotifyEvent[src]
impl From<XEvent> for XRROutputChangeNotifyEventfn from(xevent: XEvent) -> XRROutputChangeNotifyEvent[src]
fn from(xevent: XEvent) -> XRROutputChangeNotifyEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XRROutputChangeNotifyEvent[src]
impl<'a> From<&'a XEvent> for XRROutputChangeNotifyEventfn from(xevent: &'a XEvent) -> XRROutputChangeNotifyEvent[src]
fn from(xevent: &'a XEvent) -> XRROutputChangeNotifyEventPerforms the conversion.
Auto Trait Implementations
impl !Send for XRROutputChangeNotifyEvent
impl !Send for XRROutputChangeNotifyEventimpl !Sync for XRROutputChangeNotifyEvent
impl !Sync for XRROutputChangeNotifyEvent