Struct gdk_x11_sys::xlib::XConfigureEvent [−]
#[repr(C)]pub struct XConfigureEvent {}
Fields
type_: i32
serial: u64
send_event: i32
display: *mut _XDisplay
event: u64
window: u64
x: i32
y: i32
width: i32
height: i32
border_width: i32
above: u64
override_redirect: i32
Trait Implementations
impl AsMut<XConfigureEvent> for XEvent
impl AsMut<XConfigureEvent> for XEvent
pub fn as_mut(&mut self) -> &mut XConfigureEvent
pub fn as_mut(&mut self) -> &mut XConfigureEvent
Performs the conversion.
impl AsRef<XConfigureEvent> for XEvent
impl AsRef<XConfigureEvent> for XEvent
pub fn as_ref(&self) -> &XConfigureEvent
pub fn as_ref(&self) -> &XConfigureEvent
Performs the conversion.
impl Clone for XConfigureEvent
impl Clone for XConfigureEvent
pub fn clone(&self) -> XConfigureEvent
pub fn clone(&self) -> XConfigureEvent
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for XConfigureEvent
impl Debug for XConfigureEvent
impl<'a> From<&'a XConfigureEvent> for XEvent
impl<'a> From<&'a XConfigureEvent> for XEvent
pub fn from(other: &'a XConfigureEvent) -> XEvent
pub fn from(other: &'a XConfigureEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XEvent> for XConfigureEvent
impl<'a> From<&'a XEvent> for XConfigureEvent
pub fn from(xevent: &'a XEvent) -> XConfigureEvent
pub fn from(xevent: &'a XEvent) -> XConfigureEvent
Performs the conversion.
impl From<XConfigureEvent> for XEvent
impl From<XConfigureEvent> for XEvent
pub fn from(other: XConfigureEvent) -> XEvent
pub fn from(other: XConfigureEvent) -> XEvent
Performs the conversion.
impl From<XEvent> for XConfigureEvent
impl From<XEvent> for XConfigureEvent
pub fn from(xevent: XEvent) -> XConfigureEvent
pub fn from(xevent: XEvent) -> XConfigureEvent
Performs the conversion.
impl PartialEq<XConfigureEvent> for XConfigureEvent
impl PartialEq<XConfigureEvent> for XConfigureEvent
pub fn eq(&self, other: &XConfigureEvent) -> bool
pub fn eq(&self, other: &XConfigureEvent) -> bool
This 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) -> bool
This method tests for !=
.
impl Copy for XConfigureEvent
impl StructuralPartialEq for XConfigureEvent
Auto Trait Implementations
impl RefUnwindSafe for XConfigureEvent
impl !Send for XConfigureEvent
impl !Sync for XConfigureEvent
impl Unpin for XConfigureEvent
impl UnwindSafe for XConfigureEvent
Blanket Implementations
Mutably borrows from an owned value. Read more