Struct sdl2_sys::XColormapEvent
source · #[repr(C)]pub struct XColormapEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: c_int,
pub display: *mut Display,
pub window: Window,
pub colormap: Colormap,
pub new: c_int,
pub state: c_int,
}
Fields§
§type_: c_int
§serial: c_ulong
§send_event: c_int
§display: *mut Display
§window: Window
§colormap: Colormap
§new: c_int
§state: c_int
Trait Implementations§
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 moreimpl Copy 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