Enum ts3plugin_sys::public_definitions::HostmessageMode [] [src]

#[repr(C)]
pub enum HostmessageMode { None, Log, Modal, Modalquit, }

Variants

Dont display anything

Display message inside log

Display message inside a modal dialog

Display message inside a modal dialog and quit/close server/connection

Trait Implementations

impl Debug for HostmessageMode
[src]

Formats the value using the given formatter.

impl PartialEq for HostmessageMode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for HostmessageMode
[src]

impl Clone for HostmessageMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HostmessageMode
[src]