Struct x11_dl::xlib::XVisibilityEvent [−][src]
#[repr(C)]pub struct XVisibilityEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub window: Window,
pub state: c_int,
}Fields
type_: c_intserial: c_ulongsend_event: Booldisplay: *mut Displaywindow: Windowstate: c_intTrait 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 XVisibilityEvent
impl !Send for XVisibilityEvent
impl !Sync for XVisibilityEvent
impl Unpin for XVisibilityEvent
impl UnwindSafe for XVisibilityEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
