Struct dacite::core::PushConstantRange [] [src]

pub struct PushConstantRange {
    pub stage_flags: ShaderStageFlags,
    pub offset: u32,
    pub size: u32,
}

Fields

Trait Implementations

impl Debug for PushConstantRange
[src]

Formats the value using the given formatter.

impl Copy for PushConstantRange
[src]

impl Clone for PushConstantRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PushConstantRange
[src]

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

This method tests for !=.

impl Eq for PushConstantRange
[src]

impl Hash for PushConstantRange
[src]

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

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