Struct gdk_x11_sys::xlib::XSelectionEvent
source · [−]#[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
sourceimpl AsMut<XSelectionEvent> for XEvent
impl AsMut<XSelectionEvent> for XEvent
sourcefn as_mut(&mut self) -> &mut XSelectionEvent
fn as_mut(&mut self) -> &mut XSelectionEvent
Converts this type into a mutable reference of the (usually inferred) input type.
sourceimpl AsRef<XSelectionEvent> for XEvent
impl AsRef<XSelectionEvent> for XEvent
sourcefn as_ref(&self) -> &XSelectionEvent
fn as_ref(&self) -> &XSelectionEvent
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for XSelectionEvent
impl Clone for XSelectionEvent
sourcefn clone(&self) -> XSelectionEvent
fn clone(&self) -> XSelectionEvent
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for XSelectionEvent
impl Debug for XSelectionEvent
sourceimpl<'a> From<&'a XEvent> for XSelectionEvent
impl<'a> From<&'a XEvent> for XSelectionEvent
sourcefn from(xevent: &'a XEvent) -> XSelectionEvent
fn from(xevent: &'a XEvent) -> XSelectionEvent
Converts to this type from the input type.
sourceimpl<'a> From<&'a XSelectionEvent> for XEvent
impl<'a> From<&'a XSelectionEvent> for XEvent
sourcefn from(other: &'a XSelectionEvent) -> XEvent
fn from(other: &'a XSelectionEvent) -> XEvent
Converts to this type from the input type.
sourceimpl From<XEvent> for XSelectionEvent
impl From<XEvent> for XSelectionEvent
sourcefn from(xevent: XEvent) -> XSelectionEvent
fn from(xevent: XEvent) -> XSelectionEvent
Converts to this type from the input type.
sourceimpl From<XSelectionEvent> for XEvent
impl From<XSelectionEvent> for XEvent
sourcefn from(other: XSelectionEvent) -> XEvent
fn from(other: XSelectionEvent) -> XEvent
Converts to this type from the input type.
sourceimpl PartialEq<XSelectionEvent> for XSelectionEvent
impl PartialEq<XSelectionEvent> for XSelectionEvent
sourcefn eq(&self, other: &XSelectionEvent) -> bool
fn eq(&self, other: &XSelectionEvent) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more