Struct x11_dl::xlib::XCirculateRequestEvent
[−]
[src]
pub struct XCirculateRequestEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub parent: Window,
pub window: Window,
pub place: c_int,
}Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
parent: Window
window: Window
place: c_int
Trait Implementations
impl From<XEvent> for XCirculateRequestEvent[src]
fn from(xevent: XEvent) -> XCirculateRequestEvent
Performs the conversion.
impl<'a> From<&'a XEvent> for XCirculateRequestEvent[src]
fn from(xevent: &'a XEvent) -> XCirculateRequestEvent
Performs the conversion.
impl PartialEq for XCirculateRequestEvent[src]
fn eq(&self, __arg_0: &XCirculateRequestEvent) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XCirculateRequestEvent) -> bool
This method tests for !=.
impl Copy for XCirculateRequestEvent[src]
impl Clone for XCirculateRequestEvent[src]
fn clone(&self) -> XCirculateRequestEvent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more