Struct x11::xrandr::XRRCrtcChangeNotifyEvent
source · #[repr(C)]pub struct XRRCrtcChangeNotifyEvent {}
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§
source§impl AsMut<XRRCrtcChangeNotifyEvent> for XEvent
impl AsMut<XRRCrtcChangeNotifyEvent> for XEvent
source§fn as_mut(&mut self) -> &mut XRRCrtcChangeNotifyEvent
fn as_mut(&mut self) -> &mut XRRCrtcChangeNotifyEvent
Converts this type into a mutable reference of the (usually inferred) input type.
source§impl AsRef<XRRCrtcChangeNotifyEvent> for XEvent
impl AsRef<XRRCrtcChangeNotifyEvent> for XEvent
source§fn as_ref(&self) -> &XRRCrtcChangeNotifyEvent
fn as_ref(&self) -> &XRRCrtcChangeNotifyEvent
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for XRRCrtcChangeNotifyEvent
impl Clone for XRRCrtcChangeNotifyEvent
source§fn clone(&self) -> XRRCrtcChangeNotifyEvent
fn clone(&self) -> XRRCrtcChangeNotifyEvent
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 XRRCrtcChangeNotifyEvent
impl Debug for XRRCrtcChangeNotifyEvent
source§impl<'a> From<&'a XEvent> for XRRCrtcChangeNotifyEvent
impl<'a> From<&'a XEvent> for XRRCrtcChangeNotifyEvent
source§fn from(xevent: &'a XEvent) -> XRRCrtcChangeNotifyEvent
fn from(xevent: &'a XEvent) -> XRRCrtcChangeNotifyEvent
Converts to this type from the input type.
source§impl<'a> From<&'a XRRCrtcChangeNotifyEvent> for XEvent
impl<'a> From<&'a XRRCrtcChangeNotifyEvent> for XEvent
source§fn from(other: &'a XRRCrtcChangeNotifyEvent) -> XEvent
fn from(other: &'a XRRCrtcChangeNotifyEvent) -> XEvent
Converts to this type from the input type.
source§impl From<XEvent> for XRRCrtcChangeNotifyEvent
impl From<XEvent> for XRRCrtcChangeNotifyEvent
source§fn from(xevent: XEvent) -> XRRCrtcChangeNotifyEvent
fn from(xevent: XEvent) -> XRRCrtcChangeNotifyEvent
Converts to this type from the input type.
source§impl From<XRRCrtcChangeNotifyEvent> for XEvent
impl From<XRRCrtcChangeNotifyEvent> for XEvent
source§fn from(other: XRRCrtcChangeNotifyEvent) -> XEvent
fn from(other: XRRCrtcChangeNotifyEvent) -> XEvent
Converts to this type from the input type.
source§impl PartialEq<XRRCrtcChangeNotifyEvent> for XRRCrtcChangeNotifyEvent
impl PartialEq<XRRCrtcChangeNotifyEvent> for XRRCrtcChangeNotifyEvent
source§fn eq(&self, other: &XRRCrtcChangeNotifyEvent) -> bool
fn eq(&self, other: &XRRCrtcChangeNotifyEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.