Enum ts3plugin_sys::public_definitions::ServerInstancePropertiesRare [] [src]

#[repr(C)]
pub enum ServerInstancePropertiesRare { DatabaseVersion, FiletransferPort, ServerEntropy, MonthlyTimestamp, MaxDownloadTotalBandwidth, MaxUploadTotalBandwidth, GuestServerqueryGroup, ServerqueryFloodCommands, ServerqueryFloodTime, ServerqueryBanTime, TemplateServeradminGroup, TemplateServerdefaultGroup, TemplateChanneladminGroup, TemplateChannelDefaultGroup, PermissionsVersion, PendingConnectionsPerIp, Endmarker, }

Variants

How many commands we can issue while in the SERVERINSTANCE_SERVERQUERY_FLOOD_TIME window

Time window in seconds for max command execution check

How many seconds someone get banned if he floods

Trait Implementations

impl Debug for ServerInstancePropertiesRare
[src]

Formats the value using the given formatter.

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

impl Clone for ServerInstancePropertiesRare
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ServerInstancePropertiesRare
[src]