Struct x11_dl::xlib::XAnyEvent [−][src]
#[repr(C)]pub struct XAnyEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub window: Window,
}
Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
window: Window
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XAnyEvent
impl UnwindSafe for XAnyEvent
Blanket Implementations
Mutably borrows from an owned value. Read more