Struct nuance::Std430Globals[][src]

#[repr(C)]
pub struct Std430Globals { /* fields omitted */ }

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

The required alignment of the type. Must be a power of two. Read more

Whether this type requires a padding at the end (ie, is a struct or an array of primitives). See https://www.khronos.org/registry/OpenGL/specs/gl/glspec45.core.pdf#page=159 (rule 4 and 9) Read more

Casts the type to a byte array. Implementors should not override this method. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

The std430 version of this value.

Convert this value into the std430 version of itself.

Converts from std430 version of self to self.

Returns the size of the std430 version of this type. Useful for pre-sizing buffers. 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 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)

recently added

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.

Writes this value into the given Writer using std430 layout rules. Read more

The space required to write this value using std430 layout rules. This does not include alignment padding that may be needed before or after this type when written as part of a larger buffer. Read more