[−][src]Struct x11_dl::xlib::XSelectionEvent
Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
requestor: Window
selection: Atom
target: Atom
property: Atom
time: Time
Trait Implementations
impl AsMut<XSelectionEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XSelectionEvent
[src]
impl AsRef<XSelectionEvent> for XEvent
[src]
fn as_ref(&self) -> &XSelectionEvent
[src]
impl Clone for XSelectionEvent
[src]
fn clone(&self) -> XSelectionEvent
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for XSelectionEvent
[src]
impl Debug 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]
fn from(other: &'a XSelectionEvent) -> XEvent
[src]
impl From<XEvent> for XSelectionEvent
[src]
fn from(xevent: XEvent) -> XSelectionEvent
[src]
impl From<XSelectionEvent> for XEvent
[src]
fn from(other: XSelectionEvent) -> XEvent
[src]
impl PartialEq<XSelectionEvent> for XSelectionEvent
[src]
fn eq(&self, other: &XSelectionEvent) -> bool
[src]
fn ne(&self, other: &XSelectionEvent) -> bool
[src]
impl StructuralPartialEq for XSelectionEvent
[src]
Auto Trait Implementations
impl RefUnwindSafe for XSelectionEvent
impl !Send for XSelectionEvent
impl !Sync for XSelectionEvent
impl Unpin for XSelectionEvent
impl UnwindSafe for XSelectionEvent
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,