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
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