Struct miri::interpret::InitChunkIter
source · [−]Expand description
Yields InitChunk
s. See InitMask::range_as_init_chunks
.
Fields
init_mask: &'a InitMask
is_init: bool
Whether the next chunk we will return is initialized. If there are no more chunks, contains some arbitrary value.
start: Size
The current byte index into init_mask
.
end: Size
The end byte index into init_mask
.
Auto Trait Implementations
impl<'a> RefUnwindSafe for InitChunkIter<'a>
impl<'a> Send for InitChunkIter<'a>
impl<'a> Sync for InitChunkIter<'a>
impl<'a> Unpin for InitChunkIter<'a>
impl<'a> UnwindSafe for InitChunkIter<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<I> IntoIterator for Iwhere
I: Iterator,
impl<I> IntoIterator for Iwhere
I: Iterator,
sourceimpl<I> IteratorRandom for Iwhere
I: Iterator,
impl<I> IteratorRandom for Iwhere
I: Iterator,
sourcefn choose<R>(self, rng: &mut R) -> Option<Self::Item>where
R: Rng + ?Sized,
fn choose<R>(self, rng: &mut R) -> Option<Self::Item>where
R: Rng + ?Sized,
Choose one element at random from the iterator. Read more
sourcefn choose_stable<R>(self, rng: &mut R) -> Option<Self::Item>where
R: Rng + ?Sized,
fn choose_stable<R>(self, rng: &mut R) -> Option<Self::Item>where
R: Rng + ?Sized,
Choose one element at random from the iterator. Read more
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
fn vzip(self) -> V
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes