[][src]Struct rustfst::semirings::LogWeight

pub struct LogWeight { /* fields omitted */ }

Log semiring: (log(e^-x + e^-y), +, inf, 0).

Trait Implementations

impl AsRef<LogWeight> for LogWeight[src]

impl Clone for LogWeight[src]

impl CompleteSemiring for LogWeight[src]

impl Copy for LogWeight[src]

impl Debug for LogWeight[src]

impl Default for LogWeight[src]

impl Display for LogWeight[src]

impl Eq for LogWeight[src]

impl Hash for LogWeight[src]

impl Into<LogWeight> for f32[src]

impl PartialEq<LogWeight> for LogWeight[src]

impl PartialOrd<LogWeight> for LogWeight[src]

impl ReverseBack<LogWeight> for LogWeight[src]

impl Semiring for LogWeight[src]

type Type = f32

type ReverseWeight = LogWeight

impl SerializableSemiring for LogWeight[src]

impl StarSemiring for LogWeight[src]

impl StructuralEq for LogWeight[src]

impl WeaklyDivisibleSemiring for LogWeight[src]

impl WeightQuantize for LogWeight[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> Same<T> for T[src]

type Output = T

Should always be Self

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

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.