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