#[repr(C)]pub struct XRROutputPropertyNotifyEvent {
    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 property: Atom,
    pub timestamp: Time,
    pub state: c_int,
}Fields§
§type_: c_int§serial: c_ulong§send_event: Bool§display: *mut Display§window: Window§subtype: c_int§output: RROutput§property: Atom§timestamp: Time§state: c_intTrait Implementations§
Source§impl AsMut<XRROutputPropertyNotifyEvent> for XEvent
 
impl AsMut<XRROutputPropertyNotifyEvent> for XEvent
Source§fn as_mut(&mut self) -> &mut XRROutputPropertyNotifyEvent
 
fn as_mut(&mut self) -> &mut XRROutputPropertyNotifyEvent
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<XRROutputPropertyNotifyEvent> for XEvent
 
impl AsRef<XRROutputPropertyNotifyEvent> for XEvent
Source§fn as_ref(&self) -> &XRROutputPropertyNotifyEvent
 
fn as_ref(&self) -> &XRROutputPropertyNotifyEvent
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for XRROutputPropertyNotifyEvent
 
impl Clone for XRROutputPropertyNotifyEvent
Source§fn clone(&self) -> XRROutputPropertyNotifyEvent
 
fn clone(&self) -> XRROutputPropertyNotifyEvent
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 XRROutputPropertyNotifyEvent
 
impl Debug for XRROutputPropertyNotifyEvent
Source§impl<'a> From<&'a XEvent> for XRROutputPropertyNotifyEvent
 
impl<'a> From<&'a XEvent> for XRROutputPropertyNotifyEvent
Source§fn from(xevent: &'a XEvent) -> XRROutputPropertyNotifyEvent
 
fn from(xevent: &'a XEvent) -> XRROutputPropertyNotifyEvent
Converts to this type from the input type.
Source§impl<'a> From<&'a XRROutputPropertyNotifyEvent> for XEvent
 
impl<'a> From<&'a XRROutputPropertyNotifyEvent> for XEvent
Source§fn from(other: &'a XRROutputPropertyNotifyEvent) -> XEvent
 
fn from(other: &'a XRROutputPropertyNotifyEvent) -> XEvent
Converts to this type from the input type.
Source§impl From<XEvent> for XRROutputPropertyNotifyEvent
 
impl From<XEvent> for XRROutputPropertyNotifyEvent
Source§fn from(xevent: XEvent) -> XRROutputPropertyNotifyEvent
 
fn from(xevent: XEvent) -> XRROutputPropertyNotifyEvent
Converts to this type from the input type.
Source§impl From<XRROutputPropertyNotifyEvent> for XEvent
 
impl From<XRROutputPropertyNotifyEvent> for XEvent
Source§fn from(other: XRROutputPropertyNotifyEvent) -> XEvent
 
fn from(other: XRROutputPropertyNotifyEvent) -> XEvent
Converts to this type from the input type.
Source§impl PartialEq for XRROutputPropertyNotifyEvent
 
impl PartialEq for XRROutputPropertyNotifyEvent
Source§fn eq(&self, other: &XRROutputPropertyNotifyEvent) -> bool
 
fn eq(&self, other: &XRROutputPropertyNotifyEvent) -> bool
Tests for 
self and other values to be equal, and is used by ==.impl Copy for XRROutputPropertyNotifyEvent
impl StructuralPartialEq for XRROutputPropertyNotifyEvent
Auto Trait Implementations§
impl Freeze for XRROutputPropertyNotifyEvent
impl RefUnwindSafe for XRROutputPropertyNotifyEvent
impl !Send for XRROutputPropertyNotifyEvent
impl !Sync for XRROutputPropertyNotifyEvent
impl Unpin for XRROutputPropertyNotifyEvent
impl UnwindSafe for XRROutputPropertyNotifyEvent
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