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