Struct vek::geom::repr_c::Potato [] [src]

pub struct Potato<P, E> {
    pub center: Vec3<P>,
    pub radius: Extent3<E>,
}

Nobody can possibly use this ???

Fields

Trait Implementations

impl<P: Debug, E: Debug> Debug for Potato<P, E>
[src]

[src]

Formats the value using the given formatter.

impl<P: Default, E: Default> Default for Potato<P, E>
[src]

[src]

Returns the "default value" for a type. Read more

impl<P: Clone, E: Clone> Clone for Potato<P, E>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<P: Copy, E: Copy> Copy for Potato<P, E>
[src]

impl<P: Hash, E: Hash> Hash for Potato<P, E>
[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<P: Eq, E: Eq> Eq for Potato<P, E>
[src]

impl<P: PartialEq, E: PartialEq> PartialEq for Potato<P, E>
[src]

[src]

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

[src]

This method tests for !=.