Struct x11_dl::xlib::XColormapEvent
source · #[repr(C)]pub struct XColormapEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub window: Window,
pub colormap: Colormap,
pub new: Bool,
pub state: c_int,
}
Fields§
§type_: c_int
§serial: c_ulong
§send_event: Bool
§display: *mut Display
§window: Window
§colormap: Colormap
§new: Bool
§state: c_int
Trait Implementations§
source§impl AsMut<XColormapEvent> for XEvent
impl AsMut<XColormapEvent> for XEvent
source§fn as_mut(&mut self) -> &mut XColormapEvent
fn as_mut(&mut self) -> &mut XColormapEvent
Converts this type into a mutable reference of the (usually inferred) input type.
source§impl AsRef<XColormapEvent> for XEvent
impl AsRef<XColormapEvent> for XEvent
source§fn as_ref(&self) -> &XColormapEvent
fn as_ref(&self) -> &XColormapEvent
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for XColormapEvent
impl Clone for XColormapEvent
source§fn clone(&self) -> XColormapEvent
fn clone(&self) -> XColormapEvent
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 XColormapEvent
impl Debug for XColormapEvent
source§impl<'a> From<&'a XColormapEvent> for XEvent
impl<'a> From<&'a XColormapEvent> for XEvent
source§fn from(other: &'a XColormapEvent) -> XEvent
fn from(other: &'a XColormapEvent) -> XEvent
Converts to this type from the input type.
source§impl<'a> From<&'a XEvent> for XColormapEvent
impl<'a> From<&'a XEvent> for XColormapEvent
source§fn from(xevent: &'a XEvent) -> XColormapEvent
fn from(xevent: &'a XEvent) -> XColormapEvent
Converts to this type from the input type.
source§impl From<XColormapEvent> for XEvent
impl From<XColormapEvent> for XEvent
source§fn from(other: XColormapEvent) -> XEvent
fn from(other: XColormapEvent) -> XEvent
Converts to this type from the input type.
source§impl From<XEvent> for XColormapEvent
impl From<XEvent> for XColormapEvent
source§fn from(xevent: XEvent) -> XColormapEvent
fn from(xevent: XEvent) -> XColormapEvent
Converts to this type from the input type.
source§impl PartialEq for XColormapEvent
impl PartialEq for XColormapEvent
impl Copy for XColormapEvent
impl StructuralPartialEq for XColormapEvent
Auto Trait Implementations§
impl Freeze for XColormapEvent
impl RefUnwindSafe for XColormapEvent
impl !Send for XColormapEvent
impl !Sync for XColormapEvent
impl Unpin for XColormapEvent
impl UnwindSafe for XColormapEvent
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)