Struct utote::MultisetIterator[][src]

pub struct MultisetIterator<N, const SIZE: usize> { /* fields omitted */ }

Trait Implementations

impl<const SIZE: usize> ExactSizeIterator for MultisetIterator<u8, SIZE>[src]

impl<const SIZE: usize> ExactSizeIterator for MultisetIterator<u16, SIZE>[src]

impl<const SIZE: usize> ExactSizeIterator for MultisetIterator<u16x2, SIZE>[src]

impl<const SIZE: usize> ExactSizeIterator for MultisetIterator<u16x4, SIZE>[src]

impl<const SIZE: usize> ExactSizeIterator for MultisetIterator<u16x8, SIZE>[src]

impl<const SIZE: usize> ExactSizeIterator for MultisetIterator<u16x16, SIZE>[src]

impl<const SIZE: usize> ExactSizeIterator for MultisetIterator<u16x32, SIZE>[src]

impl<const SIZE: usize> ExactSizeIterator for MultisetIterator<u32x2, SIZE>[src]

impl<const SIZE: usize> ExactSizeIterator for MultisetIterator<u32x4, SIZE>[src]

impl<const SIZE: usize> ExactSizeIterator for MultisetIterator<u32x8, SIZE>[src]

impl<const SIZE: usize> ExactSizeIterator for MultisetIterator<u32x16, SIZE>[src]

impl<const SIZE: usize> ExactSizeIterator for MultisetIterator<u64x2, SIZE>[src]

impl<const SIZE: usize> ExactSizeIterator for MultisetIterator<u32, SIZE>[src]

impl<const SIZE: usize> ExactSizeIterator for MultisetIterator<u64x4, SIZE>[src]

impl<const SIZE: usize> ExactSizeIterator for MultisetIterator<u64x8, SIZE>[src]

impl<const SIZE: usize> ExactSizeIterator for MultisetIterator<u64, SIZE>[src]

impl<const SIZE: usize> ExactSizeIterator for MultisetIterator<u8x2, SIZE>[src]

impl<const SIZE: usize> ExactSizeIterator for MultisetIterator<u8x4, SIZE>[src]

impl<const SIZE: usize> ExactSizeIterator for MultisetIterator<u8x8, SIZE>[src]

impl<const SIZE: usize> ExactSizeIterator for MultisetIterator<u8x16, SIZE>[src]

impl<const SIZE: usize> ExactSizeIterator for MultisetIterator<u8x32, SIZE>[src]

impl<const SIZE: usize> ExactSizeIterator for MultisetIterator<u8x64, SIZE>[src]

impl<const SIZE: usize> Iterator for MultisetIterator<u8, SIZE>[src]

type Item = u8

The type of the elements being iterated over.

impl<const SIZE: usize> Iterator for MultisetIterator<u16, SIZE>[src]

type Item = u16

The type of the elements being iterated over.

impl<const SIZE: usize> Iterator for MultisetIterator<u16x2, SIZE>[src]

type Item = u16

The type of the elements being iterated over.

impl<const SIZE: usize> Iterator for MultisetIterator<u16x4, SIZE>[src]

type Item = u16

The type of the elements being iterated over.

impl<const SIZE: usize> Iterator for MultisetIterator<u16x8, SIZE>[src]

type Item = u16

The type of the elements being iterated over.

impl<const SIZE: usize> Iterator for MultisetIterator<u16x16, SIZE>[src]

type Item = u16

The type of the elements being iterated over.

impl<const SIZE: usize> Iterator for MultisetIterator<u16x32, SIZE>[src]

type Item = u16

The type of the elements being iterated over.

impl<const SIZE: usize> Iterator for MultisetIterator<u32x2, SIZE>[src]

type Item = u32

The type of the elements being iterated over.

impl<const SIZE: usize> Iterator for MultisetIterator<u32x4, SIZE>[src]

type Item = u32

The type of the elements being iterated over.

impl<const SIZE: usize> Iterator for MultisetIterator<u32x8, SIZE>[src]

type Item = u32

The type of the elements being iterated over.

impl<const SIZE: usize> Iterator for MultisetIterator<u32x16, SIZE>[src]

type Item = u32

The type of the elements being iterated over.

impl<const SIZE: usize> Iterator for MultisetIterator<u64x2, SIZE>[src]

type Item = u64

The type of the elements being iterated over.

impl<const SIZE: usize> Iterator for MultisetIterator<u32, SIZE>[src]

type Item = u32

The type of the elements being iterated over.

impl<const SIZE: usize> Iterator for MultisetIterator<u64x4, SIZE>[src]

type Item = u64

The type of the elements being iterated over.

impl<const SIZE: usize> Iterator for MultisetIterator<u64x8, SIZE>[src]

type Item = u64

The type of the elements being iterated over.

impl<const SIZE: usize> Iterator for MultisetIterator<u64, SIZE>[src]

type Item = u64

The type of the elements being iterated over.

impl<const SIZE: usize> Iterator for MultisetIterator<u8x2, SIZE>[src]

type Item = u8

The type of the elements being iterated over.

impl<const SIZE: usize> Iterator for MultisetIterator<u8x4, SIZE>[src]

type Item = u8

The type of the elements being iterated over.

impl<const SIZE: usize> Iterator for MultisetIterator<u8x8, SIZE>[src]

type Item = u8

The type of the elements being iterated over.

impl<const SIZE: usize> Iterator for MultisetIterator<u8x16, SIZE>[src]

type Item = u8

The type of the elements being iterated over.

impl<const SIZE: usize> Iterator for MultisetIterator<u8x32, SIZE>[src]

type Item = u8

The type of the elements being iterated over.

impl<const SIZE: usize> Iterator for MultisetIterator<u8x64, SIZE>[src]

type Item = u8

The type of the elements being iterated over.

Auto Trait Implementations

impl<N, const SIZE: usize> RefUnwindSafe for MultisetIterator<N, SIZE> where
    N: RefUnwindSafe

impl<N, const SIZE: usize> Send for MultisetIterator<N, SIZE> where
    N: Send

impl<N, const SIZE: usize> Sync for MultisetIterator<N, SIZE> where
    N: Sync

impl<N, const SIZE: usize> Unpin for MultisetIterator<N, SIZE> where
    N: Unpin

impl<N, const SIZE: usize> UnwindSafe for MultisetIterator<N, SIZE> where
    N: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T, U> Cast<U> for T where
    U: FromCast<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> FromCast<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<I> IntoIterator for I where
    I: Iterator
[src]

type Item = <I as Iterator>::Item

The type of the elements being iterated over.

type IntoIter = I

Which kind of iterator are we turning this into?

impl<I> IteratorRandom for I where
    I: Iterator
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,