Struct x11::xrandr::XRRNotifyEvent [−][src]
#[repr(C)]pub struct XRRNotifyEvent { pub type_: c_int, pub serial: c_ulong, pub send_event: Bool, pub display: *mut Display, pub window: Window, pub subtype: c_int, }
Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
window: Window
subtype: c_int
Trait Implementations
impl AsMut<XRRNotifyEvent> for XEvent
[src]
impl AsMut<XRRNotifyEvent> for XEvent
[src]fn as_mut(&mut self) -> &mut XRRNotifyEvent
[src]
impl AsRef<XRRNotifyEvent> for XEvent
[src]
impl AsRef<XRRNotifyEvent> for XEvent
[src]fn as_ref(&self) -> &XRRNotifyEvent
[src]
impl Clone for XRRNotifyEvent
[src]
impl Clone for XRRNotifyEvent
[src]fn clone(&self) -> XRRNotifyEvent
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'a> From<&'a XEvent> for XRRNotifyEvent
[src]
impl<'a> From<&'a XEvent> for XRRNotifyEvent
[src]fn from(xevent: &'a XEvent) -> XRRNotifyEvent
[src]
impl<'a> From<&'a XRRNotifyEvent> for XEvent
[src]
impl<'a> From<&'a XRRNotifyEvent> for XEvent
[src]fn from(other: &'a XRRNotifyEvent) -> XEvent
[src]
impl From<XEvent> for XRRNotifyEvent
[src]
impl From<XEvent> for XRRNotifyEvent
[src]fn from(xevent: XEvent) -> XRRNotifyEvent
[src]
impl From<XRRNotifyEvent> for XEvent
[src]
impl From<XRRNotifyEvent> for XEvent
[src]fn from(other: XRRNotifyEvent) -> XEvent
[src]
impl PartialEq<XRRNotifyEvent> for XRRNotifyEvent
[src]
impl PartialEq<XRRNotifyEvent> for XRRNotifyEvent
[src]