Struct xmz_server::schwellwert::Schwellwert [−][src]
pub struct Schwellwert {}
Methods
impl Schwellwert
[src]
impl Schwellwert
pub fn new() -> Self
[src]
pub fn new() -> Self
Erstellt ein neuen Schwellwert
Examples
use xmz_server::schwellwert::Schwellwert; let _schwellwert = Schwellwert::new();
Trait Implementations
impl Debug for Schwellwert
[src]
impl Debug for Schwellwert
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for Schwellwert
[src]
impl Default for Schwellwert
fn default() -> Schwellwert
[src]
fn default() -> Schwellwert
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for Schwellwert
impl Send for Schwellwert
impl Sync for Schwellwert
impl Sync for Schwellwert