#[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: u64Implementations§
Source§impl PipelineCacheStageValidationIndexEntry
impl PipelineCacheStageValidationIndexEntry
Sourcepub fn builder() -> PipelineCacheStageValidationIndexEntryBuilder
pub fn builder() -> PipelineCacheStageValidationIndexEntryBuilder
Start building this struct.
Trait 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 moreSource§impl Default for PipelineCacheStageValidationIndexEntry
impl Default for PipelineCacheStageValidationIndexEntry
Source§fn default() -> PipelineCacheStageValidationIndexEntry
fn default() -> PipelineCacheStageValidationIndexEntry
Returns the “default value” for a type. Read more
impl 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