Struct x11_dl::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_int
serial: c_ulong
send_event: Bool
display: *mut Display
owner: Window
requestor: Window
selection: Atom
target: Atom
property: Atom
time: Time
Trait Implementations
impl AsMut<XSelectionRequestEvent> for XEvent[src]
impl AsMut<XSelectionRequestEvent> for XEventfn as_mut(&mut self) -> &mut XSelectionRequestEvent[src]
fn as_mut(&mut self) -> &mut XSelectionRequestEventPerforms the conversion.
impl AsRef<XSelectionRequestEvent> for XEvent[src]
impl AsRef<XSelectionRequestEvent> for XEventfn as_ref(&self) -> &XSelectionRequestEvent[src]
fn as_ref(&self) -> &XSelectionRequestEventPerforms the conversion.
impl From<XSelectionRequestEvent> for XEvent[src]
impl From<XSelectionRequestEvent> for XEventfn from(other: XSelectionRequestEvent) -> XEvent[src]
fn from(other: XSelectionRequestEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XSelectionRequestEvent> for XEvent[src]
impl<'a> From<&'a XSelectionRequestEvent> for XEventfn from(other: &'a XSelectionRequestEvent) -> XEvent[src]
fn from(other: &'a XSelectionRequestEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XSelectionRequestEvent[src]
impl From<XEvent> for XSelectionRequestEventfn from(xevent: XEvent) -> XSelectionRequestEvent[src]
fn from(xevent: XEvent) -> XSelectionRequestEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XSelectionRequestEvent[src]
impl<'a> From<&'a XEvent> for XSelectionRequestEventfn from(xevent: &'a XEvent) -> XSelectionRequestEvent[src]
fn from(xevent: &'a XEvent) -> XSelectionRequestEventPerforms the conversion.
impl Debug for XSelectionRequestEvent[src]
impl Debug for XSelectionRequestEventfn 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 XSelectionRequestEvent[src]
impl Clone for XSelectionRequestEventfn clone(&self) -> XSelectionRequestEvent[src]
fn clone(&self) -> XSelectionRequestEventReturns 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 XSelectionRequestEvent[src]
impl Copy for XSelectionRequestEventimpl PartialEq for XSelectionRequestEvent[src]
impl PartialEq for XSelectionRequestEventfn eq(&self, other: &XSelectionRequestEvent) -> bool[src]
fn eq(&self, other: &XSelectionRequestEvent) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XSelectionRequestEvent) -> bool[src]
fn ne(&self, other: &XSelectionRequestEvent) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XSelectionRequestEvent
impl !Send for XSelectionRequestEventimpl !Sync for XSelectionRequestEvent
impl !Sync for XSelectionRequestEvent