#[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: SubpixelOrderTrait Implementations§
Source§impl AsMut<XRROutputChangeNotifyEvent> for XEvent
 
impl AsMut<XRROutputChangeNotifyEvent> for XEvent
Source§fn as_mut(&mut self) -> &mut XRROutputChangeNotifyEvent
 
fn as_mut(&mut self) -> &mut XRROutputChangeNotifyEvent
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<XRROutputChangeNotifyEvent> for XEvent
 
impl AsRef<XRROutputChangeNotifyEvent> for XEvent
Source§fn as_ref(&self) -> &XRROutputChangeNotifyEvent
 
fn as_ref(&self) -> &XRROutputChangeNotifyEvent
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for XRROutputChangeNotifyEvent
 
impl Clone for XRROutputChangeNotifyEvent
Source§fn clone(&self) -> XRROutputChangeNotifyEvent
 
fn clone(&self) -> XRROutputChangeNotifyEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for XRROutputChangeNotifyEvent
 
impl Debug for XRROutputChangeNotifyEvent
Source§impl<'a> From<&'a XEvent> for XRROutputChangeNotifyEvent
 
impl<'a> From<&'a XEvent> for XRROutputChangeNotifyEvent
Source§fn from(xevent: &'a XEvent) -> XRROutputChangeNotifyEvent
 
fn from(xevent: &'a XEvent) -> XRROutputChangeNotifyEvent
Converts to this type from the input type.
Source§impl<'a> From<&'a XRROutputChangeNotifyEvent> for XEvent
 
impl<'a> From<&'a XRROutputChangeNotifyEvent> for XEvent
Source§fn from(other: &'a XRROutputChangeNotifyEvent) -> XEvent
 
fn from(other: &'a XRROutputChangeNotifyEvent) -> XEvent
Converts to this type from the input type.
Source§impl From<XEvent> for XRROutputChangeNotifyEvent
 
impl From<XEvent> for XRROutputChangeNotifyEvent
Source§fn from(xevent: XEvent) -> XRROutputChangeNotifyEvent
 
fn from(xevent: XEvent) -> XRROutputChangeNotifyEvent
Converts to this type from the input type.
Source§impl From<XRROutputChangeNotifyEvent> for XEvent
 
impl From<XRROutputChangeNotifyEvent> for XEvent
Source§fn from(other: XRROutputChangeNotifyEvent) -> XEvent
 
fn from(other: XRROutputChangeNotifyEvent) -> XEvent
Converts to this type from the input type.
impl Copy for XRROutputChangeNotifyEvent
impl StructuralPartialEq for XRROutputChangeNotifyEvent
Auto Trait Implementations§
impl Freeze for XRROutputChangeNotifyEvent
impl RefUnwindSafe for XRROutputChangeNotifyEvent
impl !Send for XRROutputChangeNotifyEvent
impl !Sync for XRROutputChangeNotifyEvent
impl Unpin for XRROutputChangeNotifyEvent
impl UnwindSafe for XRROutputChangeNotifyEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more