Struct gdk_x11_sys::xlib::XConfigureRequestEvent [−]
#[repr(C)]pub struct XConfigureRequestEvent {}
Fields
type_: i32
serial: u64
send_event: i32
display: *mut _XDisplay
parent: u64
window: u64
x: i32
y: i32
width: i32
height: i32
border_width: i32
above: u64
detail: i32
value_mask: u64
Trait Implementations
impl AsMut<XConfigureRequestEvent> for XEvent
impl AsMut<XConfigureRequestEvent> for XEvent
pub fn as_mut(&mut self) -> &mut XConfigureRequestEvent
pub fn as_mut(&mut self) -> &mut XConfigureRequestEvent
Performs the conversion.
impl AsRef<XConfigureRequestEvent> for XEvent
impl AsRef<XConfigureRequestEvent> for XEvent
pub fn as_ref(&self) -> &XConfigureRequestEvent
pub fn as_ref(&self) -> &XConfigureRequestEvent
Performs the conversion.
impl Clone for XConfigureRequestEvent
impl Clone for XConfigureRequestEvent
pub fn clone(&self) -> XConfigureRequestEvent
pub fn clone(&self) -> XConfigureRequestEvent
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for XConfigureRequestEvent
impl Debug for XConfigureRequestEvent
impl<'a> From<&'a XConfigureRequestEvent> for XEvent
impl<'a> From<&'a XConfigureRequestEvent> for XEvent
pub fn from(other: &'a XConfigureRequestEvent) -> XEvent
pub fn from(other: &'a XConfigureRequestEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XEvent> for XConfigureRequestEvent
impl<'a> From<&'a XEvent> for XConfigureRequestEvent
pub fn from(xevent: &'a XEvent) -> XConfigureRequestEvent
pub fn from(xevent: &'a XEvent) -> XConfigureRequestEvent
Performs the conversion.
impl From<XConfigureRequestEvent> for XEvent
impl From<XConfigureRequestEvent> for XEvent
pub fn from(other: XConfigureRequestEvent) -> XEvent
pub fn from(other: XConfigureRequestEvent) -> XEvent
Performs the conversion.
impl From<XEvent> for XConfigureRequestEvent
impl From<XEvent> for XConfigureRequestEvent
pub fn from(xevent: XEvent) -> XConfigureRequestEvent
pub fn from(xevent: XEvent) -> XConfigureRequestEvent
Performs the conversion.
pub fn eq(&self, other: &XConfigureRequestEvent) -> bool
pub fn eq(&self, other: &XConfigureRequestEvent) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
pub fn ne(&self, other: &XConfigureRequestEvent) -> bool
pub fn ne(&self, other: &XConfigureRequestEvent) -> bool
This method tests for !=
.
impl Copy for XConfigureRequestEvent
Auto Trait Implementations
impl RefUnwindSafe for XConfigureRequestEvent
impl !Send for XConfigureRequestEvent
impl !Sync for XConfigureRequestEvent
impl Unpin for XConfigureRequestEvent
impl UnwindSafe for XConfigureRequestEvent
Blanket Implementations
Mutably borrows from an owned value. Read more