Struct gdk_x11_sys::xlib::XConfigureEvent [−]
#[repr(C)]pub struct XConfigureEvent {}
Fields
type_: i32serial: u64send_event: i32display: *mut _XDisplayevent: u64window: u64x: i32y: i32width: i32height: i32border_width: i32above: u64override_redirect: i32Trait Implementations
impl AsMut<XConfigureEvent> for XEvent
impl AsMut<XConfigureEvent> for XEventpub fn as_mut(&mut self) -> &mut XConfigureEvent
pub fn as_mut(&mut self) -> &mut XConfigureEventPerforms the conversion.
impl AsRef<XConfigureEvent> for XEvent
impl AsRef<XConfigureEvent> for XEventpub fn as_ref(&self) -> &XConfigureEvent
pub fn as_ref(&self) -> &XConfigureEventPerforms the conversion.
impl Clone for XConfigureEvent
impl Clone for XConfigureEventpub fn clone(&self) -> XConfigureEvent
pub fn clone(&self) -> XConfigureEventReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XConfigureEvent
impl Debug for XConfigureEventimpl<'a> From<&'a XConfigureEvent> for XEvent
impl<'a> From<&'a XConfigureEvent> for XEventpub fn from(other: &'a XConfigureEvent) -> XEvent
pub fn from(other: &'a XConfigureEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XConfigureEvent
impl<'a> From<&'a XEvent> for XConfigureEventpub fn from(xevent: &'a XEvent) -> XConfigureEvent
pub fn from(xevent: &'a XEvent) -> XConfigureEventPerforms the conversion.
impl From<XConfigureEvent> for XEvent
impl From<XConfigureEvent> for XEventpub fn from(other: XConfigureEvent) -> XEvent
pub fn from(other: XConfigureEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XConfigureEvent
impl From<XEvent> for XConfigureEventpub fn from(xevent: XEvent) -> XConfigureEvent
pub fn from(xevent: XEvent) -> XConfigureEventPerforms the conversion.
impl PartialEq<XConfigureEvent> for XConfigureEvent
impl PartialEq<XConfigureEvent> for XConfigureEventpub fn eq(&self, other: &XConfigureEvent) -> bool
pub fn eq(&self, other: &XConfigureEvent) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XConfigureEvent) -> bool
pub fn ne(&self, other: &XConfigureEvent) -> boolThis method tests for !=.
impl Copy for XConfigureEventimpl StructuralPartialEq for XConfigureEventAuto Trait Implementations
impl RefUnwindSafe for XConfigureEventimpl !Send for XConfigureEventimpl !Sync for XConfigureEventimpl Unpin for XConfigureEventimpl UnwindSafe for XConfigureEventBlanket Implementations
Mutably borrows from an owned value. Read more