Struct sdl2_sys::XConfigureRequestEvent
source · #[repr(C)]pub struct XConfigureRequestEvent {}
Fields§
§type_: c_int
§serial: c_ulong
§send_event: c_int
§display: *mut Display
§parent: Window
§window: Window
§x: c_int
§y: c_int
§width: c_int
§height: c_int
§border_width: c_int
§above: Window
§detail: c_int
§value_mask: c_ulong
Trait Implementations§
source§impl Clone for XConfigureRequestEvent
impl Clone for XConfigureRequestEvent
source§fn clone(&self) -> XConfigureRequestEvent
fn clone(&self) -> XConfigureRequestEvent
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 XConfigureRequestEvent
Auto Trait Implementations§
impl Freeze for XConfigureRequestEvent
impl RefUnwindSafe for XConfigureRequestEvent
impl !Send for XConfigureRequestEvent
impl !Sync for XConfigureRequestEvent
impl Unpin for XConfigureRequestEvent
impl UnwindSafe for XConfigureRequestEvent
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