pub struct LoopLevel(/* private fields */);Expand description
A level in a loop nest.
Implementations§
Trait Implementations§
Source§impl Ord for LoopLevel
 
impl Ord for LoopLevel
Source§impl PartialOrd for LoopLevel
 
impl PartialOrd for LoopLevel
impl Copy for LoopLevel
impl Eq for LoopLevel
impl StructuralPartialEq for LoopLevel
Auto Trait Implementations§
impl Freeze for LoopLevel
impl RefUnwindSafe for LoopLevel
impl Send for LoopLevel
impl Sync for LoopLevel
impl Unpin for LoopLevel
impl UnwindSafe for LoopLevel
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.