Struct x11_dl::xlib::XCreateWindowEvent [−][src]
#[repr(C)]pub struct XCreateWindowEvent { pub type_: c_int, pub serial: c_ulong, pub send_event: Bool, pub display: *mut Display, pub parent: Window, pub window: Window, pub x: c_int, pub y: c_int, pub width: c_int, pub height: c_int, pub border_width: c_int, pub override_redirect: Bool, }
Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
parent: Window
window: Window
x: c_int
y: c_int
width: c_int
height: c_int
border_width: c_int
override_redirect: Bool
Trait Implementations
impl AsMut<XCreateWindowEvent> for XEvent[src]
impl AsMut<XCreateWindowEvent> for XEventfn as_mut(&mut self) -> &mut XCreateWindowEvent[src]
fn as_mut(&mut self) -> &mut XCreateWindowEventPerforms the conversion.
impl AsRef<XCreateWindowEvent> for XEvent[src]
impl AsRef<XCreateWindowEvent> for XEventfn as_ref(&self) -> &XCreateWindowEvent[src]
fn as_ref(&self) -> &XCreateWindowEventPerforms the conversion.
impl From<XCreateWindowEvent> for XEvent[src]
impl From<XCreateWindowEvent> for XEventfn from(other: XCreateWindowEvent) -> XEvent[src]
fn from(other: XCreateWindowEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XCreateWindowEvent> for XEvent[src]
impl<'a> From<&'a XCreateWindowEvent> for XEventfn from(other: &'a XCreateWindowEvent) -> XEvent[src]
fn from(other: &'a XCreateWindowEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XCreateWindowEvent[src]
impl From<XEvent> for XCreateWindowEventfn from(xevent: XEvent) -> XCreateWindowEvent[src]
fn from(xevent: XEvent) -> XCreateWindowEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XCreateWindowEvent[src]
impl<'a> From<&'a XEvent> for XCreateWindowEventfn from(xevent: &'a XEvent) -> XCreateWindowEvent[src]
fn from(xevent: &'a XEvent) -> XCreateWindowEventPerforms the conversion.
impl Debug for XCreateWindowEvent[src]
impl Debug for XCreateWindowEventfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XCreateWindowEvent[src]
impl Clone for XCreateWindowEventfn clone(&self) -> XCreateWindowEvent[src]
fn clone(&self) -> XCreateWindowEventReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XCreateWindowEvent[src]
impl Copy for XCreateWindowEventimpl PartialEq for XCreateWindowEvent[src]
impl PartialEq for XCreateWindowEventfn eq(&self, other: &XCreateWindowEvent) -> bool[src]
fn eq(&self, other: &XCreateWindowEvent) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XCreateWindowEvent) -> bool[src]
fn ne(&self, other: &XCreateWindowEvent) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XCreateWindowEvent
impl !Send for XCreateWindowEventimpl !Sync for XCreateWindowEvent
impl !Sync for XCreateWindowEvent