Struct x11::xrandr::XRROutputPropertyNotifyEvent
source · #[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_int
Trait 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 copy 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<XRROutputPropertyNotifyEvent> for XRROutputPropertyNotifyEvent
impl PartialEq<XRROutputPropertyNotifyEvent> for XRROutputPropertyNotifyEvent
source§fn eq(&self, other: &XRROutputPropertyNotifyEvent) -> bool
fn eq(&self, other: &XRROutputPropertyNotifyEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.