Struct sirpent::state::grids::TriangleVector [] [src]

pub struct TriangleVector {
    pub u: isize,
    pub v: isize,
    pub r: bool,
}

Fields

Trait Implementations

impl PartialEq for TriangleVector
[src]

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

This method tests for !=.

impl Eq for TriangleVector
[src]

impl Clone for TriangleVector
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TriangleVector
[src]

impl Hash for TriangleVector
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Debug for TriangleVector
[src]

Formats the value using the given formatter.

impl VectorTrait for TriangleVector
[src]