#[repr(C)]pub struct VkPipelineCreationFeedback {
pub flags: VkPipelineCreationFeedbackFlags,
pub duration: u64,
}
Fields§
§flags: VkPipelineCreationFeedbackFlags
§duration: u64
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§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkPipelineCreationFeedback
impl Default for VkPipelineCreationFeedback
Source§fn default() -> VkPipelineCreationFeedback
fn default() -> VkPipelineCreationFeedback
Returns the “default value” for a type. Read more
impl Copy for VkPipelineCreationFeedback
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