Struct sdl2_sys::XConfigureEvent
source · [−]#[repr(C)]pub struct XConfigureEvent {}Fields
type_: c_intserial: c_ulongsend_event: c_intdisplay: *mut Displayevent: Windowwindow: Windowx: c_inty: c_intwidth: c_intheight: c_intborder_width: c_intabove: Windowoverride_redirect: c_intTrait Implementations
sourceimpl Clone for XConfigureEvent
impl Clone for XConfigureEvent
sourcefn clone(&self) -> XConfigureEvent
fn clone(&self) -> XConfigureEvent
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 more
impl Copy for XConfigureEvent
Auto Trait Implementations
impl RefUnwindSafe for XConfigureEvent
impl !Send for XConfigureEvent
impl !Sync for XConfigureEvent
impl Unpin for XConfigureEvent
impl UnwindSafe for XConfigureEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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