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_: i32serial: u64send_event: i32display: *mut _XDisplayrequestor: u64selection: u64target: u64property: u64time: u64Trait Implementations
impl AsMut<XSelectionEvent> for XEvent
impl AsMut<XSelectionEvent> for XEventpub fn as_mut(&mut self) -> &mut XSelectionEvent
pub fn as_mut(&mut self) -> &mut XSelectionEventPerforms the conversion.
impl AsRef<XSelectionEvent> for XEvent
impl AsRef<XSelectionEvent> for XEventpub fn as_ref(&self) -> &XSelectionEvent
pub fn as_ref(&self) -> &XSelectionEventPerforms the conversion.
impl Clone for XSelectionEvent
impl Clone for XSelectionEventpub fn clone(&self) -> XSelectionEvent
pub fn clone(&self) -> XSelectionEventReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XSelectionEvent
impl Debug for XSelectionEventimpl<'a> From<&'a XEvent> for XSelectionEvent
impl<'a> From<&'a XEvent> for XSelectionEventpub fn from(xevent: &'a XEvent) -> XSelectionEvent
pub fn from(xevent: &'a XEvent) -> XSelectionEventPerforms the conversion.
impl<'a> From<&'a XSelectionEvent> for XEvent
impl<'a> From<&'a XSelectionEvent> for XEventpub fn from(other: &'a XSelectionEvent) -> XEvent
pub fn from(other: &'a XSelectionEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XSelectionEvent
impl From<XEvent> for XSelectionEventpub fn from(xevent: XEvent) -> XSelectionEvent
pub fn from(xevent: XEvent) -> XSelectionEventPerforms the conversion.
impl From<XSelectionEvent> for XEvent
impl From<XSelectionEvent> for XEventpub fn from(other: XSelectionEvent) -> XEvent
pub fn from(other: XSelectionEvent) -> XEventPerforms the conversion.
impl PartialEq<XSelectionEvent> for XSelectionEvent
impl PartialEq<XSelectionEvent> for XSelectionEventpub fn eq(&self, other: &XSelectionEvent) -> bool
pub fn eq(&self, other: &XSelectionEvent) -> boolThis 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) -> boolThis method tests for !=.
impl Copy for XSelectionEventimpl StructuralPartialEq for XSelectionEventAuto Trait Implementations
impl RefUnwindSafe for XSelectionEventimpl !Send for XSelectionEventimpl !Sync for XSelectionEventimpl Unpin for XSelectionEventimpl UnwindSafe for XSelectionEventBlanket Implementations
Mutably borrows from an owned value. Read more