Struct kernel::common::event::QuitEvent [] [src]

pub struct QuitEvent;

Methods

impl QuitEvent

fn to_event(&self) -> Event

fn from_event(event: Event) -> QuitEvent

Trait Implementations

Derived Implementations

impl Clone for QuitEvent

fn clone(&self) -> QuitEvent

fn clone_from(&mut self, source: &Self)

impl Copy for QuitEvent