Enum ts3plugin_sys::plugin_definitions::ConfigureOffer
[−]
[src]
#[repr(C)]pub enum ConfigureOffer { No, NewThread, QtThread, }
Return values for offersConfigure
Variants
NoPlugin does not implement ts3plugin_configure
NewThreadPlugin does implement ts3plugin_configure and requests to run this function in an own thread
QtThreadPlugin does implement ts3plugin_configure and requests to run this function in the Qt GUI thread
Trait Implementations
impl Debug for ConfigureOffer[src]
impl PartialEq for ConfigureOffer[src]
fn eq(&self, __arg_0: &ConfigureOffer) -> 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 ConfigureOffer[src]
impl Clone for ConfigureOffer[src]
fn clone(&self) -> ConfigureOffer
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