Struct gdk_x11_sys::xlib::XButtonEvent [−]
#[repr(C)]pub struct XButtonEvent {}
Fields
type_: i32serial: u64send_event: i32display: *mut _XDisplaywindow: u64root: u64subwindow: u64time: u64x: i32y: i32x_root: i32y_root: i32state: u32same_screen: i32Trait Implementations
impl AsMut<XButtonEvent> for XEvent
impl AsMut<XButtonEvent> for XEventpub fn as_mut(&mut self) -> &mut XButtonEvent
pub fn as_mut(&mut self) -> &mut XButtonEventPerforms the conversion.
impl AsRef<XButtonEvent> for XEvent
impl AsRef<XButtonEvent> for XEventpub fn as_ref(&self) -> &XButtonEvent
pub fn as_ref(&self) -> &XButtonEventPerforms the conversion.
impl Clone for XButtonEvent
impl Clone for XButtonEventpub fn clone(&self) -> XButtonEvent
pub fn clone(&self) -> XButtonEventReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XButtonEvent
impl Debug for XButtonEventimpl<'a> From<&'a XButtonEvent> for XEvent
impl<'a> From<&'a XButtonEvent> for XEventpub fn from(other: &'a XButtonEvent) -> XEvent
pub fn from(other: &'a XButtonEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XButtonEvent
impl<'a> From<&'a XEvent> for XButtonEventpub fn from(xevent: &'a XEvent) -> XButtonEvent
pub fn from(xevent: &'a XEvent) -> XButtonEventPerforms the conversion.
impl From<XButtonEvent> for XEvent
impl From<XButtonEvent> for XEventpub fn from(other: XButtonEvent) -> XEvent
pub fn from(other: XButtonEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XButtonEvent
impl From<XEvent> for XButtonEventpub fn from(xevent: XEvent) -> XButtonEvent
pub fn from(xevent: XEvent) -> XButtonEventPerforms the conversion.
impl PartialEq<XButtonEvent> for XButtonEvent
impl PartialEq<XButtonEvent> for XButtonEventpub fn eq(&self, other: &XButtonEvent) -> bool
pub fn eq(&self, other: &XButtonEvent) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XButtonEvent) -> bool
pub fn ne(&self, other: &XButtonEvent) -> boolThis method tests for !=.
impl Copy for XButtonEventimpl StructuralPartialEq for XButtonEventAuto Trait Implementations
impl RefUnwindSafe for XButtonEventimpl !Send for XButtonEventimpl !Sync for XButtonEventimpl Unpin for XButtonEventimpl UnwindSafe for XButtonEventBlanket Implementations
Mutably borrows from an owned value. Read more