Struct x11_dl::xlib::XNoExposeEvent [−][src]
#[repr(C)]pub struct XNoExposeEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub drawable: Drawable,
pub major_code: c_int,
pub minor_code: c_int,
}Fields
type_: c_intserial: c_ulongsend_event: Booldisplay: *mut Displaydrawable: Drawablemajor_code: c_intminor_code: 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 XNoExposeEvent
impl !Send for XNoExposeEvent
impl !Sync for XNoExposeEvent
impl Unpin for XNoExposeEvent
impl UnwindSafe for XNoExposeEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
