Struct gdk_x11_sys::xlib::XSelectionEvent [−]
#[repr(C)]pub struct XSelectionEvent { pub type_: i32, pub serial: u64, pub send_event: i32, pub display: *mut _XDisplay, pub requestor: u64, pub selection: u64, pub target: u64, pub property: u64, pub time: u64, }
Fields
type_: i32
serial: u64
send_event: i32
display: *mut _XDisplay
requestor: u64
selection: u64
target: u64
property: u64
time: u64
Trait Implementations
impl AsMut<XSelectionEvent> for XEvent
impl AsMut<XSelectionEvent> for XEvent
pub fn as_mut(&mut self) -> &mut XSelectionEvent
pub fn as_mut(&mut self) -> &mut XSelectionEvent
Performs the conversion.
impl AsRef<XSelectionEvent> for XEvent
impl AsRef<XSelectionEvent> for XEvent
pub fn as_ref(&self) -> &XSelectionEvent
pub fn as_ref(&self) -> &XSelectionEvent
Performs the conversion.
impl Clone for XSelectionEvent
impl Clone for XSelectionEvent
pub fn clone(&self) -> XSelectionEvent
pub fn clone(&self) -> XSelectionEvent
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for XSelectionEvent
impl Debug for XSelectionEvent
impl<'a> From<&'a XEvent> for XSelectionEvent
impl<'a> From<&'a XEvent> for XSelectionEvent
pub fn from(xevent: &'a XEvent) -> XSelectionEvent
pub fn from(xevent: &'a XEvent) -> XSelectionEvent
Performs the conversion.
impl<'a> From<&'a XSelectionEvent> for XEvent
impl<'a> From<&'a XSelectionEvent> for XEvent
pub fn from(other: &'a XSelectionEvent) -> XEvent
pub fn from(other: &'a XSelectionEvent) -> XEvent
Performs the conversion.
impl From<XEvent> for XSelectionEvent
impl From<XEvent> for XSelectionEvent
pub fn from(xevent: XEvent) -> XSelectionEvent
pub fn from(xevent: XEvent) -> XSelectionEvent
Performs the conversion.
impl From<XSelectionEvent> for XEvent
impl From<XSelectionEvent> for XEvent
pub fn from(other: XSelectionEvent) -> XEvent
pub fn from(other: XSelectionEvent) -> XEvent
Performs the conversion.
impl PartialEq<XSelectionEvent> for XSelectionEvent
impl PartialEq<XSelectionEvent> for XSelectionEvent
pub fn eq(&self, other: &XSelectionEvent) -> bool
pub fn eq(&self, other: &XSelectionEvent) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
pub fn ne(&self, other: &XSelectionEvent) -> bool
pub fn ne(&self, other: &XSelectionEvent) -> bool
This method tests for !=
.
impl Copy for XSelectionEvent
impl StructuralPartialEq for XSelectionEvent
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
Mutably borrows from an owned value. Read more