Struct gdk_x11_sys::xlib::XFocusChangeEvent [−]
#[repr(C)]pub struct XFocusChangeEvent { pub type_: i32, pub serial: u64, pub send_event: i32, pub display: *mut _XDisplay, pub window: u64, pub mode: i32, pub detail: i32, }
Fields
type_: i32serial: u64send_event: i32display: *mut _XDisplaywindow: u64mode: i32detail: i32Trait Implementations
impl AsMut<XFocusChangeEvent> for XEvent
impl AsMut<XFocusChangeEvent> for XEventpub fn as_mut(&mut self) -> &mut XFocusChangeEvent
pub fn as_mut(&mut self) -> &mut XFocusChangeEventPerforms the conversion.
impl AsRef<XFocusChangeEvent> for XEvent
impl AsRef<XFocusChangeEvent> for XEventpub fn as_ref(&self) -> &XFocusChangeEvent
pub fn as_ref(&self) -> &XFocusChangeEventPerforms the conversion.
impl Clone for XFocusChangeEvent
impl Clone for XFocusChangeEventpub fn clone(&self) -> XFocusChangeEvent
pub fn clone(&self) -> XFocusChangeEventReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XFocusChangeEvent
impl Debug for XFocusChangeEventimpl<'a> From<&'a XEvent> for XFocusChangeEvent
impl<'a> From<&'a XEvent> for XFocusChangeEventpub fn from(xevent: &'a XEvent) -> XFocusChangeEvent
pub fn from(xevent: &'a XEvent) -> XFocusChangeEventPerforms the conversion.
impl<'a> From<&'a XFocusChangeEvent> for XEvent
impl<'a> From<&'a XFocusChangeEvent> for XEventpub fn from(other: &'a XFocusChangeEvent) -> XEvent
pub fn from(other: &'a XFocusChangeEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XFocusChangeEvent
impl From<XEvent> for XFocusChangeEventpub fn from(xevent: XEvent) -> XFocusChangeEvent
pub fn from(xevent: XEvent) -> XFocusChangeEventPerforms the conversion.
impl From<XFocusChangeEvent> for XEvent
impl From<XFocusChangeEvent> for XEventpub fn from(other: XFocusChangeEvent) -> XEvent
pub fn from(other: XFocusChangeEvent) -> XEventPerforms the conversion.
impl PartialEq<XFocusChangeEvent> for XFocusChangeEvent
impl PartialEq<XFocusChangeEvent> for XFocusChangeEventpub fn eq(&self, other: &XFocusChangeEvent) -> bool
pub fn eq(&self, other: &XFocusChangeEvent) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XFocusChangeEvent) -> bool
pub fn ne(&self, other: &XFocusChangeEvent) -> boolThis method tests for !=.
impl Copy for XFocusChangeEventimpl StructuralPartialEq for XFocusChangeEventAuto Trait Implementations
impl RefUnwindSafe for XFocusChangeEventimpl !Send for XFocusChangeEventimpl !Sync for XFocusChangeEventimpl Unpin for XFocusChangeEventimpl UnwindSafe for XFocusChangeEventBlanket Implementations
Mutably borrows from an owned value. Read more