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
impl Copy for PipelineCreationFeedback
Auto Trait Implementations§
impl Freeze for PipelineCreationFeedback
impl RefUnwindSafe for PipelineCreationFeedback
impl Send for PipelineCreationFeedback
impl Sync for PipelineCreationFeedback
impl Unpin for PipelineCreationFeedback
impl UnwindSafe for PipelineCreationFeedback
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more