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_: i32serial: u64send_event: i32display: *mut _XDisplaywindow: u64selection: u64time: u64Trait Implementations
impl AsMut<XSelectionClearEvent> for XEvent
impl AsMut<XSelectionClearEvent> for XEventpub fn as_mut(&mut self) -> &mut XSelectionClearEvent
pub fn as_mut(&mut self) -> &mut XSelectionClearEventPerforms the conversion.
impl AsRef<XSelectionClearEvent> for XEvent
impl AsRef<XSelectionClearEvent> for XEventpub fn as_ref(&self) -> &XSelectionClearEvent
pub fn as_ref(&self) -> &XSelectionClearEventPerforms the conversion.
impl Clone for XSelectionClearEvent
impl Clone for XSelectionClearEventpub fn clone(&self) -> XSelectionClearEvent
pub fn clone(&self) -> XSelectionClearEventReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XSelectionClearEvent
impl Debug for XSelectionClearEventimpl<'a> From<&'a XEvent> for XSelectionClearEvent
impl<'a> From<&'a XEvent> for XSelectionClearEventpub fn from(xevent: &'a XEvent) -> XSelectionClearEvent
pub fn from(xevent: &'a XEvent) -> XSelectionClearEventPerforms the conversion.
impl<'a> From<&'a XSelectionClearEvent> for XEvent
impl<'a> From<&'a XSelectionClearEvent> for XEventpub fn from(other: &'a XSelectionClearEvent) -> XEvent
pub fn from(other: &'a XSelectionClearEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XSelectionClearEvent
impl From<XEvent> for XSelectionClearEventpub fn from(xevent: XEvent) -> XSelectionClearEvent
pub fn from(xevent: XEvent) -> XSelectionClearEventPerforms the conversion.
impl From<XSelectionClearEvent> for XEvent
impl From<XSelectionClearEvent> for XEventpub fn from(other: XSelectionClearEvent) -> XEvent
pub fn from(other: XSelectionClearEvent) -> XEventPerforms the conversion.
pub fn eq(&self, other: &XSelectionClearEvent) -> bool
pub fn eq(&self, other: &XSelectionClearEvent) -> boolThis 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) -> boolThis method tests for !=.
impl Copy for XSelectionClearEventimpl StructuralPartialEq for XSelectionClearEventAuto Trait Implementations
impl RefUnwindSafe for XSelectionClearEventimpl !Send for XSelectionClearEventimpl !Sync for XSelectionClearEventimpl Unpin for XSelectionClearEventimpl UnwindSafe for XSelectionClearEventBlanket Implementations
Mutably borrows from an owned value. Read more