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
sourceimpl AsMut<XF86VidModeNotifyEvent> for XEvent
impl AsMut<XF86VidModeNotifyEvent> for XEvent
sourcefn 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.
sourceimpl AsRef<XF86VidModeNotifyEvent> for XEvent
impl AsRef<XF86VidModeNotifyEvent> for XEvent
sourcefn as_ref(&self) -> &XF86VidModeNotifyEvent
fn as_ref(&self) -> &XF86VidModeNotifyEvent
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for XF86VidModeNotifyEvent
impl Clone for XF86VidModeNotifyEvent
sourcefn clone(&self) -> XF86VidModeNotifyEvent
fn clone(&self) -> XF86VidModeNotifyEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for XF86VidModeNotifyEvent
impl Debug for XF86VidModeNotifyEvent
sourceimpl<'a> From<&'a XEvent> for XF86VidModeNotifyEvent
impl<'a> From<&'a XEvent> for XF86VidModeNotifyEvent
sourcefn from(xevent: &'a XEvent) -> XF86VidModeNotifyEvent
fn from(xevent: &'a XEvent) -> XF86VidModeNotifyEvent
Converts to this type from the input type.
sourceimpl<'a> From<&'a XF86VidModeNotifyEvent> for XEvent
impl<'a> From<&'a XF86VidModeNotifyEvent> for XEvent
sourcefn from(other: &'a XF86VidModeNotifyEvent) -> XEvent
fn from(other: &'a XF86VidModeNotifyEvent) -> XEvent
Converts to this type from the input type.
sourceimpl From<XEvent> for XF86VidModeNotifyEvent
impl From<XEvent> for XF86VidModeNotifyEvent
sourcefn from(xevent: XEvent) -> XF86VidModeNotifyEvent
fn from(xevent: XEvent) -> XF86VidModeNotifyEvent
Converts to this type from the input type.
sourceimpl From<XF86VidModeNotifyEvent> for XEvent
impl From<XF86VidModeNotifyEvent> for XEvent
sourcefn from(other: XF86VidModeNotifyEvent) -> XEvent
fn from(other: XF86VidModeNotifyEvent) -> XEvent
Converts to this type from the input type.
impl Copy for XF86VidModeNotifyEvent
Auto Trait Implementations
impl RefUnwindSafe for XF86VidModeNotifyEvent
impl !Send for XF86VidModeNotifyEvent
impl !Sync for XF86VidModeNotifyEvent
impl Unpin for XF86VidModeNotifyEvent
impl UnwindSafe for XF86VidModeNotifyEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more