Struct x11_dl::xrandr::XRRProviderPropertyNotifyEvent [−][src]
#[repr(C)]pub struct XRRProviderPropertyNotifyEvent { pub type_: c_int, pub serial: c_ulong, pub send_event: Bool, pub display: *mut Display, pub window: Window, pub subtype: c_int, pub provider: RRProvider, pub property: Atom, pub timestamp: Time, pub state: c_int, }
Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
window: Window
subtype: c_int
provider: RRProvider
property: Atom
timestamp: Time
state: c_int
Trait Implementations
impl Debug for XRRProviderPropertyNotifyEvent[src]
impl Debug for XRRProviderPropertyNotifyEventfn 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 XRRProviderPropertyNotifyEvent[src]
impl Clone for XRRProviderPropertyNotifyEventfn clone(&self) -> XRRProviderPropertyNotifyEvent[src]
fn clone(&self) -> XRRProviderPropertyNotifyEventReturns 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 XRRProviderPropertyNotifyEvent[src]
impl Copy for XRRProviderPropertyNotifyEventimpl PartialEq for XRRProviderPropertyNotifyEvent[src]
impl PartialEq for XRRProviderPropertyNotifyEventfn eq(&self, other: &XRRProviderPropertyNotifyEvent) -> bool[src]
fn eq(&self, other: &XRRProviderPropertyNotifyEvent) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XRRProviderPropertyNotifyEvent) -> bool[src]
fn ne(&self, other: &XRRProviderPropertyNotifyEvent) -> boolThis method tests for !=.
impl AsMut<XRRProviderPropertyNotifyEvent> for XEvent[src]
impl AsMut<XRRProviderPropertyNotifyEvent> for XEventfn as_mut(&mut self) -> &mut XRRProviderPropertyNotifyEvent[src]
fn as_mut(&mut self) -> &mut XRRProviderPropertyNotifyEventPerforms the conversion.
impl AsRef<XRRProviderPropertyNotifyEvent> for XEvent[src]
impl AsRef<XRRProviderPropertyNotifyEvent> for XEventfn as_ref(&self) -> &XRRProviderPropertyNotifyEvent[src]
fn as_ref(&self) -> &XRRProviderPropertyNotifyEventPerforms the conversion.
impl From<XRRProviderPropertyNotifyEvent> for XEvent[src]
impl From<XRRProviderPropertyNotifyEvent> for XEventfn from(other: XRRProviderPropertyNotifyEvent) -> XEvent[src]
fn from(other: XRRProviderPropertyNotifyEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XRRProviderPropertyNotifyEvent> for XEvent[src]
impl<'a> From<&'a XRRProviderPropertyNotifyEvent> for XEventfn from(other: &'a XRRProviderPropertyNotifyEvent) -> XEvent[src]
fn from(other: &'a XRRProviderPropertyNotifyEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XRRProviderPropertyNotifyEvent[src]
impl From<XEvent> for XRRProviderPropertyNotifyEventfn from(xevent: XEvent) -> XRRProviderPropertyNotifyEvent[src]
fn from(xevent: XEvent) -> XRRProviderPropertyNotifyEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XRRProviderPropertyNotifyEvent[src]
impl<'a> From<&'a XEvent> for XRRProviderPropertyNotifyEventfn from(xevent: &'a XEvent) -> XRRProviderPropertyNotifyEvent[src]
fn from(xevent: &'a XEvent) -> XRRProviderPropertyNotifyEventPerforms the conversion.
Auto Trait Implementations
impl !Send for XRRProviderPropertyNotifyEvent
impl !Send for XRRProviderPropertyNotifyEventimpl !Sync for XRRProviderPropertyNotifyEvent
impl !Sync for XRRProviderPropertyNotifyEvent