[][src]Struct momba_explore::time::Float64Zone

pub struct Float64Zone { /* fields omitted */ }

A time representation using f64 clock zones.

Trait Implementations

impl Clone for Float64Zone[src]

impl Debug for Float64Zone[src]

impl<'de> Deserialize<'de> for Float64Zone[src]

impl Eq for Float64Zone[src]

impl PartialEq<Float64Zone> for Float64Zone[src]

impl Serialize for Float64Zone[src]

impl StructuralEq for Float64Zone[src]

impl StructuralPartialEq for Float64Zone[src]

impl TimeType for Float64Zone[src]

type Valuations = DBM<ConstantBound<NotNan<f64>>>

Type used to represent potentially infinite sets of clock valuations.

type CompiledDifference = (usize, usize)

Type used to represent the difference between two clocks.

type CompiledClocks = Vec<usize>

Type used to represent a compiled set of clocks.

pub fn future(&self, valuations: Self::Valuations) -> Self::Valuations[src]

Extrapolates the future of the given valuations.

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

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

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

impl<T> Pointable for T

type Init = T

The type for initializers.

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.