#[repr(C)]pub struct VkObjectTablePipelineEntryNVX {
pub type_: VkObjectEntryTypeNVX,
pub flags: VkObjectEntryUsageFlagsNVX,
pub pipeline: VkPipeline,
}
Fields§
§type_: VkObjectEntryTypeNVX
§flags: VkObjectEntryUsageFlagsNVX
§pipeline: VkPipeline
Trait Implementations§
Source§impl Clone for VkObjectTablePipelineEntryNVX
impl Clone for VkObjectTablePipelineEntryNVX
Source§fn clone(&self) -> VkObjectTablePipelineEntryNVX
fn clone(&self) -> VkObjectTablePipelineEntryNVX
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 moreimpl Copy for VkObjectTablePipelineEntryNVX
Auto Trait Implementations§
impl Freeze for VkObjectTablePipelineEntryNVX
impl RefUnwindSafe for VkObjectTablePipelineEntryNVX
impl !Send for VkObjectTablePipelineEntryNVX
impl !Sync for VkObjectTablePipelineEntryNVX
impl Unpin for VkObjectTablePipelineEntryNVX
impl UnwindSafe for VkObjectTablePipelineEntryNVX
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