Struct ash::vk::PipelineCreationFeedback
source · #[repr(C)]pub struct PipelineCreationFeedback {
pub flags: PipelineCreationFeedbackFlags,
pub duration: u64,
}
Expand description
Fields§
§flags: PipelineCreationFeedbackFlags
§duration: u64
Implementations§
source§impl PipelineCreationFeedback
impl PipelineCreationFeedback
pub fn builder<'a>() -> PipelineCreationFeedbackBuilder<'a>
Trait Implementations§
source§impl Clone for PipelineCreationFeedback
impl Clone for PipelineCreationFeedback
source§fn clone(&self) -> PipelineCreationFeedback
fn clone(&self) -> PipelineCreationFeedback
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PipelineCreationFeedback
impl Debug for PipelineCreationFeedback
source§impl Default for PipelineCreationFeedback
impl Default for PipelineCreationFeedback
source§fn default() -> PipelineCreationFeedback
fn default() -> PipelineCreationFeedback
Returns the “default value” for a type. Read more