Struct wfst::semiring::floatweight::LogWeight [] [src]

pub struct LogWeight<T: Float<T>> { /* fields omitted */ }

Methods

impl<T: Float<T>> LogWeight<T>
[src]

[src]

Trait Implementations

impl<T: Float<T>> RandomWeight for LogWeight<T>
[src]

[src]

impl<T: Clone + Float<T>> Clone for LogWeight<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Debug + Float<T>> Debug for LogWeight<T>
[src]

[src]

Formats the value using the given formatter.

impl<T: Hash + Float<T>> Hash for LogWeight<T>
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl<T: Encodable + Float<T>> Encodable for LogWeight<T>
[src]

[src]

Serialize a value using an Encoder.

impl<T: Decodable + Float<T>> Decodable for LogWeight<T>
[src]

[src]

Deserialize a value using a Decoder.

impl<T: Float<T>> Weight for LogWeight<T>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl<T: Float<T>> PartialEq for LogWeight<T>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl<T: Float<T>> LeftSemiring for LogWeight<T>
[src]

impl<T: Float<T>> RightSemiring for LogWeight<T>
[src]

impl<T: Float<T>> Semiring for LogWeight<T>
[src]

impl<T: Float<T>> Commutative for LogWeight<T>
[src]