Enum ts3plugin_sys::plugin_definitions::ConfigureOffer [] [src]

#[repr(C)]
pub enum ConfigureOffer { No, NewThread, QtThread, }

Return values for offersConfigure

Variants

Plugin does not implement ts3plugin_configure

Plugin does implement ts3plugin_configure and requests to run this function in an own thread

Plugin does implement ts3plugin_configure and requests to run this function in the Qt GUI thread

Trait Implementations

impl Debug for ConfigureOffer
[src]

Formats the value using the given formatter.

impl PartialEq for ConfigureOffer
[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 ConfigureOffer
[src]

impl Clone for ConfigureOffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ConfigureOffer
[src]