pub struct VkPipelineCreationFeedback {
pub flags: VkPipelineCreationFeedbackFlags,
pub duration: usize,
}
Expand description
Wrapper for VkPipelineCreationFeedbackEXT.
Fields§
§flags: VkPipelineCreationFeedbackFlags
§duration: usize
Trait Implementations§
Source§impl Clone for VkPipelineCreationFeedback
impl Clone for VkPipelineCreationFeedback
Source§fn clone(&self) -> VkPipelineCreationFeedback
fn clone(&self) -> VkPipelineCreationFeedback
Returns a duplicate 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 VkPipelineCreationFeedback
impl Debug for VkPipelineCreationFeedback
Source§impl Default for VkPipelineCreationFeedback
impl Default for VkPipelineCreationFeedback
Source§fn default() -> VkPipelineCreationFeedback
fn default() -> VkPipelineCreationFeedback
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VkPipelineCreationFeedback
impl RefUnwindSafe for VkPipelineCreationFeedback
impl Send for VkPipelineCreationFeedback
impl Sync for VkPipelineCreationFeedback
impl Unpin for VkPipelineCreationFeedback
impl UnwindSafe for VkPipelineCreationFeedback
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