DtvStatType

Trait DtvStatType 

Source
pub trait DtvStatType {
    // Required methods
    fn get_decibel(&self) -> Option<i64>;
    fn get_relative(&self) -> Option<u16>;
    fn get_counter(&self) -> Option<u64>;

    // Provided methods
    fn get_decibel_float(&self) -> Option<f64> { ... }
    fn get_relative_percentage(&self) -> Option<u8> { ... }
}

Required Methods§

Provided Methods§

Implementors§