Struct sdl2_sys::XConfigureEvent
source · #[repr(C)]pub struct XConfigureEvent {}
Fields§
§type_: c_int
§serial: c_ulong
§send_event: c_int
§display: *mut Display
§event: Window
§window: Window
§x: c_int
§y: c_int
§width: c_int
§height: c_int
§border_width: c_int
§above: Window
§override_redirect: c_int
Trait Implementations§
source§impl Clone for XConfigureEvent
impl Clone for XConfigureEvent
source§fn clone(&self) -> XConfigureEvent
fn clone(&self) -> XConfigureEvent
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 XConfigureEvent
Auto Trait Implementations§
impl Freeze for XConfigureEvent
impl RefUnwindSafe for XConfigureEvent
impl !Send for XConfigureEvent
impl !Sync for XConfigureEvent
impl Unpin for XConfigureEvent
impl UnwindSafe for XConfigureEvent
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)