Struct xmz_server::schwellwert::Schwellwert[][src]

pub struct Schwellwert {}

Methods

impl Schwellwert
[src]

Erstellt ein neuen Schwellwert

Examples

use xmz_server::schwellwert::Schwellwert;

let _schwellwert = Schwellwert::new();

Trait Implementations

impl Debug for Schwellwert
[src]

Formats the value using the given formatter. Read more

impl Default for Schwellwert
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Schwellwert

impl Sync for Schwellwert