Struct typenum::array::ATerm [−][src]
pub struct ATerm;
Expand description
The terminating type for type arrays.
Trait Implementations
impl Ord for ATerm[src]
impl Ord for ATerm[src]impl<Rhs> PartialDiv<Rhs> for ATerm[src]
impl<Rhs> PartialDiv<Rhs> for ATerm[src]fn partial_div(self, _: Rhs) -> Self::Output[src]
fn partial_div(self, _: Rhs) -> Self::Output[src]Method for performing the division
impl PartialOrd<ATerm> for ATerm[src]
impl PartialOrd<ATerm> for ATerm[src]fn partial_cmp(&self, other: &ATerm) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &ATerm) -> Option<Ordering>[src]This method returns an ordering between self and other values if one exists. Read more
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more