Type Alias PipelineCreationFeedbackEXT

Source
pub type PipelineCreationFeedbackEXT = PipelineCreationFeedback;

Aliased Type§

struct PipelineCreationFeedbackEXT {
    pub flags: PipelineCreationFeedbackFlags,
    pub duration: u64,
}

Fields§

§flags: PipelineCreationFeedbackFlags§duration: u64

Implementations

Trait Implementations

Source§

impl Clone for PipelineCreationFeedback

Source§

fn clone(&self) -> PipelineCreationFeedback

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Default for PipelineCreationFeedback

Source§

fn default() -> PipelineCreationFeedback

Returns the “default value” for a type. Read more
Source§

impl Copy for PipelineCreationFeedback