Struct x11_dl::xf86vmode::XF86VidModeNotifyEvent [−][src]
#[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
impl Debug for XF86VidModeNotifyEvent[src]
impl Debug for XF86VidModeNotifyEventfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XF86VidModeNotifyEvent[src]
impl Clone for XF86VidModeNotifyEventfn clone(&self) -> XF86VidModeNotifyEvent[src]
fn clone(&self) -> XF86VidModeNotifyEventReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XF86VidModeNotifyEvent[src]
impl Copy for XF86VidModeNotifyEventimpl AsMut<XF86VidModeNotifyEvent> for XEvent[src]
impl AsMut<XF86VidModeNotifyEvent> for XEventfn as_mut(&mut self) -> &mut XF86VidModeNotifyEvent[src]
fn as_mut(&mut self) -> &mut XF86VidModeNotifyEventPerforms the conversion.
impl AsRef<XF86VidModeNotifyEvent> for XEvent[src]
impl AsRef<XF86VidModeNotifyEvent> for XEventfn as_ref(&self) -> &XF86VidModeNotifyEvent[src]
fn as_ref(&self) -> &XF86VidModeNotifyEventPerforms the conversion.
impl From<XF86VidModeNotifyEvent> for XEvent[src]
impl From<XF86VidModeNotifyEvent> for XEventfn from(other: XF86VidModeNotifyEvent) -> XEvent[src]
fn from(other: XF86VidModeNotifyEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XF86VidModeNotifyEvent> for XEvent[src]
impl<'a> From<&'a XF86VidModeNotifyEvent> for XEventfn from(other: &'a XF86VidModeNotifyEvent) -> XEvent[src]
fn from(other: &'a XF86VidModeNotifyEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XF86VidModeNotifyEvent[src]
impl From<XEvent> for XF86VidModeNotifyEventfn from(xevent: XEvent) -> XF86VidModeNotifyEvent[src]
fn from(xevent: XEvent) -> XF86VidModeNotifyEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XF86VidModeNotifyEvent[src]
impl<'a> From<&'a XEvent> for XF86VidModeNotifyEventfn from(xevent: &'a XEvent) -> XF86VidModeNotifyEvent[src]
fn from(xevent: &'a XEvent) -> XF86VidModeNotifyEventPerforms the conversion.
Auto Trait Implementations
impl !Send for XF86VidModeNotifyEvent
impl !Send for XF86VidModeNotifyEventimpl !Sync for XF86VidModeNotifyEvent
impl !Sync for XF86VidModeNotifyEvent