Struct gdk4_x11_sys::xlib::XPropertyEvent [−][src]
#[repr(C)]pub struct XPropertyEvent {
pub type_: i32,
pub serial: u64,
pub send_event: i32,
pub display: *mut _XDisplay,
pub window: u64,
pub atom: u64,
pub time: u64,
pub state: i32,
}
Fields
type_: i32
serial: u64
send_event: i32
display: *mut _XDisplay
window: u64
atom: u64
time: u64
state: i32
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for XPropertyEvent
impl !Send for XPropertyEvent
impl !Sync for XPropertyEvent
impl Unpin for XPropertyEvent
impl UnwindSafe for XPropertyEvent
Blanket Implementations
Mutably borrows from an owned value. Read more