Enum ts3plugin_sys::public_definitions::HostmessageMode
[−]
[src]
#[repr(C)]pub enum HostmessageMode { None, Log, Modal, Modalquit, }
Variants
NoneDont display anything
LogDisplay message inside log
ModalDisplay message inside a modal dialog
ModalquitDisplay message inside a modal dialog and quit/close server/connection
Trait Implementations
impl Debug for HostmessageMode[src]
impl PartialEq for HostmessageMode[src]
fn eq(&self, __arg_0: &HostmessageMode) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Eq for HostmessageMode[src]
impl Clone for HostmessageMode[src]
fn clone(&self) -> HostmessageMode
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