Struct x11_dl::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 Debug for XRRNotifyEvent[src]
impl Debug for XRRNotifyEventfn 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 XRRNotifyEvent[src]
impl Clone for XRRNotifyEventfn clone(&self) -> XRRNotifyEvent[src]
fn clone(&self) -> XRRNotifyEventReturns 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 XRRNotifyEvent[src]
impl Copy for XRRNotifyEventimpl PartialEq for XRRNotifyEvent[src]
impl PartialEq for XRRNotifyEventfn eq(&self, other: &XRRNotifyEvent) -> bool[src]
fn eq(&self, other: &XRRNotifyEvent) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XRRNotifyEvent) -> bool[src]
fn ne(&self, other: &XRRNotifyEvent) -> boolThis method tests for !=.
impl AsMut<XRRNotifyEvent> for XEvent[src]
impl AsMut<XRRNotifyEvent> for XEventfn as_mut(&mut self) -> &mut XRRNotifyEvent[src]
fn as_mut(&mut self) -> &mut XRRNotifyEventPerforms the conversion.
impl AsRef<XRRNotifyEvent> for XEvent[src]
impl AsRef<XRRNotifyEvent> for XEventfn as_ref(&self) -> &XRRNotifyEvent[src]
fn as_ref(&self) -> &XRRNotifyEventPerforms the conversion.
impl From<XRRNotifyEvent> for XEvent[src]
impl From<XRRNotifyEvent> for XEventfn from(other: XRRNotifyEvent) -> XEvent[src]
fn from(other: XRRNotifyEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XRRNotifyEvent> for XEvent[src]
impl<'a> From<&'a XRRNotifyEvent> for XEventfn from(other: &'a XRRNotifyEvent) -> XEvent[src]
fn from(other: &'a XRRNotifyEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XRRNotifyEvent[src]
impl From<XEvent> for XRRNotifyEventfn from(xevent: XEvent) -> XRRNotifyEvent[src]
fn from(xevent: XEvent) -> XRRNotifyEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XRRNotifyEvent[src]
impl<'a> From<&'a XEvent> for XRRNotifyEventfn from(xevent: &'a XEvent) -> XRRNotifyEvent[src]
fn from(xevent: &'a XEvent) -> XRRNotifyEventPerforms the conversion.
Auto Trait Implementations
impl !Send for XRRNotifyEvent
impl !Send for XRRNotifyEventimpl !Sync for XRRNotifyEvent
impl !Sync for XRRNotifyEvent