Struct rustc_const_eval::interpret::InitChunkIter [−][src]
Expand description
Yields InitChunks. See InitMask::range_as_init_chunks.
Fields
init_mask: &'a InitMaskis_init: boolWhether the next chunk we will return is initialized. If there are no more chunks, contains some arbitrary value.
start: SizeThe current byte index into init_mask.
end: SizeThe 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
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