Struct rustc_const_eval::interpret::InitChunkIter[][src]

pub struct InitChunkIter<'a> {
    init_mask: &'a InitMask,
    is_init: bool,
    start: Size,
    end: Size,
}
Expand description

Fields

init_mask: &'a InitMaskis_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

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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