[][src]Struct libdvb::FeStatus

pub struct FeStatus { /* fields omitted */ }

Frontend status

Implementations

impl FeStatus[src]

pub fn display(&self, verbose: u32) -> FeStatusDisplay<'_>[src]

Returns an object that implements Display for different verbosity levels Verbosity levels: 0 - single line status

Status:SCVYL S:-38.56dBm (59%) Q:14.57dB (70%) BER:0 UNC:0

1 - full report

Status: SIGNAL CARRIER FEC SYNC LOCK
Signal: -38.20dBm (59%)
SNR: 14.65dB (70%)
BER: 0
UNC: 0

pub fn read(&mut self, fe: &FeDevice) -> Result<()>[src]

Reads frontend status

Trait Implementations

impl Clone for FeStatus[src]

impl Copy for FeStatus[src]

impl Debug for FeStatus[src]

impl Default for FeStatus[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.