Struct gdk_x11_sys::xlib::XGraphicsExposeEvent [−]
#[repr(C)]pub struct XGraphicsExposeEvent { pub type_: i32, pub serial: u64, pub send_event: i32, pub display: *mut _XDisplay, pub drawable: u64, pub x: i32, pub y: i32, pub width: i32, pub height: i32, pub count: i32, pub major_code: i32, pub minor_code: i32, }
Fields
type_: i32serial: u64send_event: i32display: *mut _XDisplaydrawable: u64x: i32y: i32width: i32height: i32count: i32major_code: i32minor_code: i32Trait Implementations
impl AsMut<XGraphicsExposeEvent> for XEvent
impl AsMut<XGraphicsExposeEvent> for XEventpub fn as_mut(&mut self) -> &mut XGraphicsExposeEvent
pub fn as_mut(&mut self) -> &mut XGraphicsExposeEventPerforms the conversion.
impl AsRef<XGraphicsExposeEvent> for XEvent
impl AsRef<XGraphicsExposeEvent> for XEventpub fn as_ref(&self) -> &XGraphicsExposeEvent
pub fn as_ref(&self) -> &XGraphicsExposeEventPerforms the conversion.
impl Clone for XGraphicsExposeEvent
impl Clone for XGraphicsExposeEventpub fn clone(&self) -> XGraphicsExposeEvent
pub fn clone(&self) -> XGraphicsExposeEventReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XGraphicsExposeEvent
impl Debug for XGraphicsExposeEventimpl<'a> From<&'a XEvent> for XGraphicsExposeEvent
impl<'a> From<&'a XEvent> for XGraphicsExposeEventpub fn from(xevent: &'a XEvent) -> XGraphicsExposeEvent
pub fn from(xevent: &'a XEvent) -> XGraphicsExposeEventPerforms the conversion.
impl<'a> From<&'a XGraphicsExposeEvent> for XEvent
impl<'a> From<&'a XGraphicsExposeEvent> for XEventpub fn from(other: &'a XGraphicsExposeEvent) -> XEvent
pub fn from(other: &'a XGraphicsExposeEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XGraphicsExposeEvent
impl From<XEvent> for XGraphicsExposeEventpub fn from(xevent: XEvent) -> XGraphicsExposeEvent
pub fn from(xevent: XEvent) -> XGraphicsExposeEventPerforms the conversion.
impl From<XGraphicsExposeEvent> for XEvent
impl From<XGraphicsExposeEvent> for XEventpub fn from(other: XGraphicsExposeEvent) -> XEvent
pub fn from(other: XGraphicsExposeEvent) -> XEventPerforms the conversion.
pub fn eq(&self, other: &XGraphicsExposeEvent) -> bool
pub fn eq(&self, other: &XGraphicsExposeEvent) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XGraphicsExposeEvent) -> bool
pub fn ne(&self, other: &XGraphicsExposeEvent) -> boolThis method tests for !=.
impl Copy for XGraphicsExposeEventimpl StructuralPartialEq for XGraphicsExposeEventAuto Trait Implementations
impl RefUnwindSafe for XGraphicsExposeEventimpl !Send for XGraphicsExposeEventimpl !Sync for XGraphicsExposeEventimpl Unpin for XGraphicsExposeEventimpl UnwindSafe for XGraphicsExposeEventBlanket Implementations
Mutably borrows from an owned value. Read more