Struct x11_dl::xlib::XNoExposeEvent
source · #[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§
source§impl AsMut<XNoExposeEvent> for XEvent
impl AsMut<XNoExposeEvent> for XEvent
source§fn as_mut(&mut self) -> &mut XNoExposeEvent
fn as_mut(&mut self) -> &mut XNoExposeEvent
Converts this type into a mutable reference of the (usually inferred) input type.
source§impl AsRef<XNoExposeEvent> for XEvent
impl AsRef<XNoExposeEvent> for XEvent
source§fn as_ref(&self) -> &XNoExposeEvent
fn as_ref(&self) -> &XNoExposeEvent
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for XNoExposeEvent
impl Clone for XNoExposeEvent
source§fn clone(&self) -> XNoExposeEvent
fn clone(&self) -> XNoExposeEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XNoExposeEvent
impl Debug for XNoExposeEvent
source§impl<'a> From<&'a XEvent> for XNoExposeEvent
impl<'a> From<&'a XEvent> for XNoExposeEvent
source§fn from(xevent: &'a XEvent) -> XNoExposeEvent
fn from(xevent: &'a XEvent) -> XNoExposeEvent
Converts to this type from the input type.
source§impl<'a> From<&'a XNoExposeEvent> for XEvent
impl<'a> From<&'a XNoExposeEvent> for XEvent
source§fn from(other: &'a XNoExposeEvent) -> XEvent
fn from(other: &'a XNoExposeEvent) -> XEvent
Converts to this type from the input type.
source§impl From<XEvent> for XNoExposeEvent
impl From<XEvent> for XNoExposeEvent
source§fn from(xevent: XEvent) -> XNoExposeEvent
fn from(xevent: XEvent) -> XNoExposeEvent
Converts to this type from the input type.
source§impl From<XNoExposeEvent> for XEvent
impl From<XNoExposeEvent> for XEvent
source§fn from(other: XNoExposeEvent) -> XEvent
fn from(other: XNoExposeEvent) -> XEvent
Converts to this type from the input type.
source§impl PartialEq for XNoExposeEvent
impl PartialEq for XNoExposeEvent
source§fn eq(&self, other: &XNoExposeEvent) -> bool
fn eq(&self, other: &XNoExposeEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for XNoExposeEvent
impl StructuralPartialEq for XNoExposeEvent
Auto Trait Implementations§
impl Freeze for XNoExposeEvent
impl RefUnwindSafe for XNoExposeEvent
impl !Send for XNoExposeEvent
impl !Sync for XNoExposeEvent
impl Unpin for XNoExposeEvent
impl UnwindSafe for XNoExposeEvent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more