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