pub struct Aspect(pub usize);Expand description
Represents an aspect in the multilinear system.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl<S: EndianSettings> FromStream<S> for Aspect
impl<S: EndianSettings> FromStream<S> for Aspect
Source§impl Ord for Aspect
impl Ord for Aspect
Source§impl PartialOrd for Aspect
impl PartialOrd for Aspect
Source§impl<S: EndianSettings> ToStream<S> for Aspect
impl<S: EndianSettings> ToStream<S> for Aspect
impl Copy for Aspect
impl Eq for Aspect
impl StructuralPartialEq for Aspect
Auto Trait Implementations§
impl Freeze for Aspect
impl RefUnwindSafe for Aspect
impl Send for Aspect
impl Sync for Aspect
impl Unpin for Aspect
impl UnwindSafe for Aspect
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.