Enum emacs_module::Enum_emacs_funcall_exit [] [src]

#[repr(u32)]
pub enum Enum_emacs_funcall_exit { emacs_funcall_exit_return, emacs_funcall_exit_signal, emacs_funcall_exit_throw, }

Variants

Trait Implementations

impl Copy for Enum_emacs_funcall_exit
[src]

impl Clone for Enum_emacs_funcall_exit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more