Struct x11::xlib::XPropertyEvent [−][src]
#[repr(C)]pub struct XPropertyEvent { pub type_: c_int, pub serial: c_ulong, pub send_event: Bool, pub display: *mut Display, pub window: Window, pub atom: Atom, pub time: Time, pub state: c_int, }
Fields
type_: c_intserial: c_ulongsend_event: Booldisplay: *mut Displaywindow: Windowatom: Atomtime: Timestate: c_intTrait Implementations
impl AsMut<XPropertyEvent> for XEvent[src]
impl AsMut<XPropertyEvent> for XEvent[src]fn as_mut(&mut self) -> &mut XPropertyEvent[src]
impl AsRef<XPropertyEvent> for XEvent[src]
impl AsRef<XPropertyEvent> for XEvent[src]fn as_ref(&self) -> &XPropertyEvent[src]
impl Clone for XPropertyEvent[src]
impl Clone for XPropertyEvent[src]fn clone(&self) -> XPropertyEvent[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'a> From<&'a XEvent> for XPropertyEvent[src]
impl<'a> From<&'a XEvent> for XPropertyEvent[src]fn from(xevent: &'a XEvent) -> XPropertyEvent[src]
impl<'a> From<&'a XPropertyEvent> for XEvent[src]
impl<'a> From<&'a XPropertyEvent> for XEvent[src]fn from(other: &'a XPropertyEvent) -> XEvent[src]
impl From<XEvent> for XPropertyEvent[src]
impl From<XEvent> for XPropertyEvent[src]fn from(xevent: XEvent) -> XPropertyEvent[src]
impl From<XPropertyEvent> for XEvent[src]
impl From<XPropertyEvent> for XEvent[src]fn from(other: XPropertyEvent) -> XEvent[src]
impl PartialEq<XPropertyEvent> for XPropertyEvent[src]
impl PartialEq<XPropertyEvent> for XPropertyEvent[src]