#[repr(C)]pub struct PipelineCacheStageValidationIndexEntry {
pub code_size: u64,
pub code_offset: u64,
}Expand description
VkPipelineCacheStageValidationIndexEntry
Provided by VKSC_VERSION_1_0.
Fields§
§code_size: u64§code_offset: u64Trait Implementations§
Source§impl Clone for PipelineCacheStageValidationIndexEntry
impl Clone for PipelineCacheStageValidationIndexEntry
Source§fn clone(&self) -> PipelineCacheStageValidationIndexEntry
fn clone(&self) -> PipelineCacheStageValidationIndexEntry
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 PipelineCacheStageValidationIndexEntry
Auto Trait Implementations§
impl Freeze for PipelineCacheStageValidationIndexEntry
impl RefUnwindSafe for PipelineCacheStageValidationIndexEntry
impl Send for PipelineCacheStageValidationIndexEntry
impl Sync for PipelineCacheStageValidationIndexEntry
impl Unpin for PipelineCacheStageValidationIndexEntry
impl UnsafeUnpin for PipelineCacheStageValidationIndexEntry
impl UnwindSafe for PipelineCacheStageValidationIndexEntry
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