Struct x11_dl::xlib::XExposeEvent [−][src]
#[repr(C)]pub struct XExposeEvent { pub type_: c_int, pub serial: c_ulong, pub send_event: Bool, pub display: *mut Display, pub window: Window, pub x: c_int, pub y: c_int, pub width: c_int, pub height: c_int, pub count: c_int, }
Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
window: Window
x: c_int
y: c_int
width: c_int
height: c_int
count: c_int
Trait Implementations
impl AsMut<XExposeEvent> for XEvent[src]
impl AsMut<XExposeEvent> for XEventfn as_mut(&mut self) -> &mut XExposeEvent[src]
fn as_mut(&mut self) -> &mut XExposeEventPerforms the conversion.
impl AsRef<XExposeEvent> for XEvent[src]
impl AsRef<XExposeEvent> for XEventfn as_ref(&self) -> &XExposeEvent[src]
fn as_ref(&self) -> &XExposeEventPerforms the conversion.
impl From<XExposeEvent> for XEvent[src]
impl From<XExposeEvent> for XEventfn from(other: XExposeEvent) -> XEvent[src]
fn from(other: XExposeEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XExposeEvent> for XEvent[src]
impl<'a> From<&'a XExposeEvent> for XEventfn from(other: &'a XExposeEvent) -> XEvent[src]
fn from(other: &'a XExposeEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XExposeEvent[src]
impl From<XEvent> for XExposeEventfn from(xevent: XEvent) -> XExposeEvent[src]
fn from(xevent: XEvent) -> XExposeEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XExposeEvent[src]
impl<'a> From<&'a XEvent> for XExposeEventfn from(xevent: &'a XEvent) -> XExposeEvent[src]
fn from(xevent: &'a XEvent) -> XExposeEventPerforms the conversion.
impl Debug for XExposeEvent[src]
impl Debug for XExposeEventfn 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 XExposeEvent[src]
impl Clone for XExposeEventfn clone(&self) -> XExposeEvent[src]
fn clone(&self) -> XExposeEventReturns 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 XExposeEvent[src]
impl Copy for XExposeEventimpl PartialEq for XExposeEvent[src]
impl PartialEq for XExposeEventfn eq(&self, other: &XExposeEvent) -> bool[src]
fn eq(&self, other: &XExposeEvent) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XExposeEvent) -> bool[src]
fn ne(&self, other: &XExposeEvent) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XExposeEvent
impl !Send for XExposeEventimpl !Sync for XExposeEvent
impl !Sync for XExposeEvent