Struct x11::xlib::XSelectionEvent [−][src]
#[repr(C)]pub struct XSelectionEvent { pub type_: c_int, pub serial: c_ulong, pub send_event: Bool, pub display: *mut Display, pub requestor: Window, pub selection: Atom, pub target: Atom, pub property: Atom, pub time: Time, }
Fields
type_: c_intserial: c_ulongsend_event: Booldisplay: *mut Displayrequestor: Windowselection: Atomtarget: Atomproperty: Atomtime: TimeTrait Implementations
impl AsMut<XSelectionEvent> for XEvent[src]
impl AsMut<XSelectionEvent> for XEvent[src]fn as_mut(&mut self) -> &mut XSelectionEvent[src]
impl AsRef<XSelectionEvent> for XEvent[src]
impl AsRef<XSelectionEvent> for XEvent[src]fn as_ref(&self) -> &XSelectionEvent[src]
impl Clone for XSelectionEvent[src]
impl Clone for XSelectionEvent[src]fn clone(&self) -> XSelectionEvent[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'a> From<&'a XEvent> for XSelectionEvent[src]
impl<'a> From<&'a XEvent> for XSelectionEvent[src]fn from(xevent: &'a XEvent) -> XSelectionEvent[src]
impl<'a> From<&'a XSelectionEvent> for XEvent[src]
impl<'a> From<&'a XSelectionEvent> for XEvent[src]fn from(other: &'a XSelectionEvent) -> XEvent[src]
impl From<XEvent> for XSelectionEvent[src]
impl From<XEvent> for XSelectionEvent[src]fn from(xevent: XEvent) -> XSelectionEvent[src]
impl From<XSelectionEvent> for XEvent[src]
impl From<XSelectionEvent> for XEvent[src]fn from(other: XSelectionEvent) -> XEvent[src]
impl PartialEq<XSelectionEvent> for XSelectionEvent[src]
impl PartialEq<XSelectionEvent> for XSelectionEvent[src]