Struct sdl2_sys::XConfigureRequestEvent
source · #[repr(C)]pub struct XConfigureRequestEvent {}Fields
type_: c_intserial: c_ulongsend_event: c_intdisplay: *mut Displayparent: Windowwindow: Windowx: c_inty: c_intwidth: c_intheight: c_intborder_width: c_intabove: Windowdetail: c_intvalue_mask: c_ulongTrait Implementations
sourceimpl Clone for XConfigureRequestEvent
impl Clone for XConfigureRequestEvent
sourcefn clone(&self) -> XConfigureRequestEvent
fn clone(&self) -> XConfigureRequestEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for XConfigureRequestEvent
impl Debug for XConfigureRequestEvent
impl Copy for XConfigureRequestEvent
Auto Trait Implementations
impl RefUnwindSafe for XConfigureRequestEvent
impl !Send for XConfigureRequestEvent
impl !Sync for XConfigureRequestEvent
impl Unpin for XConfigureRequestEvent
impl UnwindSafe for XConfigureRequestEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more