Struct moore_vhdl::konst::ConstRange [] [src]

pub struct ConstRange<T: Display + Debug> {
    pub dir: Dir,
    pub left_bound: T,
    pub right_bound: T,
}

A constant range value.

Fields

Methods

impl<T> ConstRange<T> where
    T: Display + Debug
[src]

[src]

Create a new constant range.

Trait Implementations

impl<T: Debug + Display + Debug> Debug for ConstRange<T>
[src]

[src]

Formats the value using the given formatter.

impl<T: Clone + Display + Debug> Clone for ConstRange<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: PartialEq + Display + Debug> PartialEq for ConstRange<T>
[src]

[src]

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

[src]

This method tests for !=.

impl<T: Eq + Display + Debug> Eq for ConstRange<T>
[src]

impl<T> Display for ConstRange<T> where
    T: Display + Debug
[src]

[src]

Formats the value using the given formatter. Read more