#[repr(C)]pub struct _WindowEventsList {
pub RedrawNeeded: Event_Void,
pub Resized: Event_Void,
pub Closing: Event_Void,
pub FocusChanged: Event_Void,
pub StateChanged: Event_Void,
pub Created: Event_Void,
pub InactiveChanged: Event_Void,
pub Redrawing: Event_Void,
}
Fields§
§RedrawNeeded: Event_Void
§Resized: Event_Void
§Closing: Event_Void
§FocusChanged: Event_Void
§StateChanged: Event_Void
§Created: Event_Void
§InactiveChanged: Event_Void
§Redrawing: Event_Void
Trait Implementations§
Source§impl Clone for _WindowEventsList
impl Clone for _WindowEventsList
Source§fn clone(&self) -> _WindowEventsList
fn clone(&self) -> _WindowEventsList
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 moreSource§impl Debug for _WindowEventsList
impl Debug for _WindowEventsList
Source§impl Hash for _WindowEventsList
impl Hash for _WindowEventsList
Source§impl PartialEq for _WindowEventsList
impl PartialEq for _WindowEventsList
impl Copy for _WindowEventsList
impl Eq for _WindowEventsList
impl StructuralPartialEq for _WindowEventsList
Auto Trait Implementations§
impl Freeze for _WindowEventsList
impl RefUnwindSafe for _WindowEventsList
impl !Send for _WindowEventsList
impl !Sync for _WindowEventsList
impl Unpin for _WindowEventsList
impl UnwindSafe for _WindowEventsList
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