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_int
serial: c_ulong
send_event: Bool
display: *mut Display
drawable: Drawable
major_code: c_int
minor_code: c_int
Trait Implementations
impl AsMut<XNoExposeEvent> for XEvent[src]
impl AsMut<XNoExposeEvent> for XEventfn as_mut(&mut self) -> &mut XNoExposeEvent[src]
fn as_mut(&mut self) -> &mut XNoExposeEventPerforms the conversion.
impl AsRef<XNoExposeEvent> for XEvent[src]
impl AsRef<XNoExposeEvent> for XEventfn as_ref(&self) -> &XNoExposeEvent[src]
fn as_ref(&self) -> &XNoExposeEventPerforms the conversion.
impl From<XNoExposeEvent> for XEvent[src]
impl From<XNoExposeEvent> for XEventfn from(other: XNoExposeEvent) -> XEvent[src]
fn from(other: XNoExposeEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XNoExposeEvent> for XEvent[src]
impl<'a> From<&'a XNoExposeEvent> for XEventfn from(other: &'a XNoExposeEvent) -> XEvent[src]
fn from(other: &'a XNoExposeEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XNoExposeEvent[src]
impl From<XEvent> for XNoExposeEventfn from(xevent: XEvent) -> XNoExposeEvent[src]
fn from(xevent: XEvent) -> XNoExposeEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XNoExposeEvent[src]
impl<'a> From<&'a XEvent> for XNoExposeEventfn from(xevent: &'a XEvent) -> XNoExposeEvent[src]
fn from(xevent: &'a XEvent) -> XNoExposeEventPerforms the conversion.
impl Debug for XNoExposeEvent[src]
impl Debug for XNoExposeEventfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XNoExposeEvent[src]
impl Clone for XNoExposeEventfn clone(&self) -> XNoExposeEvent[src]
fn clone(&self) -> XNoExposeEventReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XNoExposeEvent[src]
impl Copy for XNoExposeEventimpl PartialEq for XNoExposeEvent[src]
impl PartialEq for XNoExposeEventfn eq(&self, other: &XNoExposeEvent) -> bool[src]
fn eq(&self, other: &XNoExposeEvent) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XNoExposeEvent) -> bool[src]
fn ne(&self, other: &XNoExposeEvent) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XNoExposeEvent
impl !Send for XNoExposeEventimpl !Sync for XNoExposeEvent
impl !Sync for XNoExposeEvent