Struct glsl_layout::boolean[][src]

pub struct boolean(_);

Boolean value.

Methods

impl boolean
[src]

Create boolean from bool.

Trait Implementations

impl Clone for boolean
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for boolean
[src]

impl Debug for boolean
[src]

Formats the value using the given formatter. Read more

impl Default for boolean
[src]

Returns the "default value" for a type. Read more

impl PartialOrd for boolean
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq for boolean
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Ord for boolean
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl Eq for boolean
[src]

impl Hash for boolean
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl From<bool> for boolean
[src]

Performs the conversion.

impl From<boolean> for bool
[src]

Performs the conversion.

impl Std140 for boolean
[src]

impl Uniform for boolean
[src]

ZST that enforces alignment required for this type.

Type that contain same data with memory layout matching glsl's layout(std140).

The value of the Align.

Get aligned data from structure.

Auto Trait Implementations

impl Send for boolean

impl Sync for boolean