Struct rustc_const_eval::interpret::InitChunkIter
source · pub struct InitChunkIter<'a> {
init_mask: &'a InitMask,
is_init: bool,
start: Size,
end: Size,
}
Expand description
Yields InitChunk
s. See InitMask::range_as_init_chunks
.
Fields§
§init_mask: &'a InitMask
§is_init: bool
§start: Size
§end: Size
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§
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<I> IntoIterator for Iwhere
I: Iterator,
impl<I> IntoIterator for Iwhere I: Iterator,
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