Struct regalloc::Range [−][src]
pub struct Range<T> { /* fields omitted */ }
Implementations
impl<T: Copy + Eq + Ord + PlusN> Range<T>
[src]
impl<T: Copy + Eq + Ord + PlusN> Range<T>
[src]Trait Implementations
impl<T: Copy + PartialOrd + PlusN> IntoIterator for Range<T>
[src]
impl<T: Copy + PartialOrd + PlusN> IntoIterator for Range<T>
[src]impl<T: Copy> Copy for Range<T>
[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for Range<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Range<T> where
T: Send,
T: Send,
impl<T> Sync for Range<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Range<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Range<T> where
T: UnwindSafe,
T: UnwindSafe,