Struct x11::xf86vmode::XF86VidModeNotifyEvent
source · #[repr(C)]pub struct XF86VidModeNotifyEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub root: Window,
pub state: c_int,
pub kind: c_int,
pub forced: Bool,
pub time: Time,
}
Fields§
§type_: c_int
§serial: c_ulong
§send_event: Bool
§display: *mut Display
§root: Window
§state: c_int
§kind: c_int
§forced: Bool
§time: Time
Trait Implementations§
source§impl AsMut<XF86VidModeNotifyEvent> for XEvent
impl AsMut<XF86VidModeNotifyEvent> for XEvent
source§fn as_mut(&mut self) -> &mut XF86VidModeNotifyEvent
fn as_mut(&mut self) -> &mut XF86VidModeNotifyEvent
Converts this type into a mutable reference of the (usually inferred) input type.
source§impl AsRef<XF86VidModeNotifyEvent> for XEvent
impl AsRef<XF86VidModeNotifyEvent> for XEvent
source§fn as_ref(&self) -> &XF86VidModeNotifyEvent
fn as_ref(&self) -> &XF86VidModeNotifyEvent
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for XF86VidModeNotifyEvent
impl Clone for XF86VidModeNotifyEvent
source§fn clone(&self) -> XF86VidModeNotifyEvent
fn clone(&self) -> XF86VidModeNotifyEvent
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 XF86VidModeNotifyEvent
impl Debug for XF86VidModeNotifyEvent
source§impl<'a> From<&'a XEvent> for XF86VidModeNotifyEvent
impl<'a> From<&'a XEvent> for XF86VidModeNotifyEvent
source§fn from(xevent: &'a XEvent) -> XF86VidModeNotifyEvent
fn from(xevent: &'a XEvent) -> XF86VidModeNotifyEvent
Converts to this type from the input type.
source§impl<'a> From<&'a XF86VidModeNotifyEvent> for XEvent
impl<'a> From<&'a XF86VidModeNotifyEvent> for XEvent
source§fn from(other: &'a XF86VidModeNotifyEvent) -> XEvent
fn from(other: &'a XF86VidModeNotifyEvent) -> XEvent
Converts to this type from the input type.
source§impl From<XEvent> for XF86VidModeNotifyEvent
impl From<XEvent> for XF86VidModeNotifyEvent
source§fn from(xevent: XEvent) -> XF86VidModeNotifyEvent
fn from(xevent: XEvent) -> XF86VidModeNotifyEvent
Converts to this type from the input type.
source§impl From<XF86VidModeNotifyEvent> for XEvent
impl From<XF86VidModeNotifyEvent> for XEvent
source§fn from(other: XF86VidModeNotifyEvent) -> XEvent
fn from(other: XF86VidModeNotifyEvent) -> XEvent
Converts to this type from the input type.