Struct dacite::core::PipelineTessellationStateCreateInfo [] [src]

pub struct PipelineTessellationStateCreateInfo {
    pub flags: PipelineTessellationStateCreateFlags,
    pub patch_control_points: u32,
    pub chain: Option<PipelineTessellationStateCreateInfoChain>,
}

Fields

Trait Implementations

impl Debug for PipelineTessellationStateCreateInfo
[src]

Formats the value using the given formatter.

impl Clone for PipelineTessellationStateCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PipelineTessellationStateCreateInfo
[src]

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

This method tests for !=.