pub struct StructEnv<'env> {
    pub module_env: ModuleEnv<'env>,
    /* private fields */
}

Fields

module_env: ModuleEnv<'env>

Reference to enclosing module.

Implementations

Returns the name of this struct.

Gets full name as string.

Gets full name with module address as string.

Returns the VM identifier for this struct

Shortcut for accessing the symbol pool.

Returns the location of this struct.

Returns the attributes of this struct.

Get documentation associated with this struct.

Returns properties from pragmas.

Gets the id associated with this struct.

Gets the qualified id of this struct.

Determines whether this struct is native.

Returns true if this struct has the pragma intrinsic set to true.

Returns true if this is the well-known native or intrinsic struct of the given name.

Determines whether this struct is the well-known vector type.

Returns true if this struct is ghost memory for a specification variable.

Get the specification variable associated with this struct if this is ghost memory.

Get the abilities of this struct.

Determines whether memory-related operations needs to be declared for this struct.

Get an iterator for the fields, ordered by offset.

Return the number of fields in the struct.

Gets a field by its id.

Find a field by its name.

Gets a field by its offset.

Whether the type parameter at position idx is declared as phantom.

Returns the type parameters associated with this struct.

Returns the type parameters associated with this struct, with actual names.

Returns true if this struct has specification conditions.

Returns the data invariants associated with this struct.

Returns the value of a boolean pragma for this struct. This first looks up a pragma in this struct, then the enclosing module, and finally uses the provided default. value

Returns true if this struct is native or marked as intrinsic.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. 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.