[go: up one dir, main page]

Struct orbclient::event::QuitEvent [] [src]

pub struct QuitEvent;

Methods

impl QuitEvent
[src]

fn to_event(&self) -> Event

fn from_event(_: Event) -> QuitEvent

Trait Implementations

impl Debug for QuitEvent
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for QuitEvent
[src]

fn clone(&self) -> QuitEvent

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for QuitEvent
[src]