Struct ash::vk::PipelineCacheCreateInfo
source · #[repr(C)]pub struct PipelineCacheCreateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: PipelineCacheCreateFlags,
pub initial_data_size: usize,
pub p_initial_data: *const c_void,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§flags: PipelineCacheCreateFlags
§initial_data_size: usize
§p_initial_data: *const c_void
Implementations§
source§impl PipelineCacheCreateInfo
impl PipelineCacheCreateInfo
pub fn builder<'a>() -> PipelineCacheCreateInfoBuilder<'a>
Trait Implementations§
source§impl Clone for PipelineCacheCreateInfo
impl Clone for PipelineCacheCreateInfo
source§fn clone(&self) -> PipelineCacheCreateInfo
fn clone(&self) -> PipelineCacheCreateInfo
Returns a copy 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 PipelineCacheCreateInfo
impl Debug for PipelineCacheCreateInfo
source§impl Default for PipelineCacheCreateInfo
impl Default for PipelineCacheCreateInfo
source§impl TaggedStructure for PipelineCacheCreateInfo
impl TaggedStructure for PipelineCacheCreateInfo
const STRUCTURE_TYPE: StructureType = StructureType::PIPELINE_CACHE_CREATE_INFO
impl Copy for PipelineCacheCreateInfo
Auto Trait Implementations§
impl Freeze for PipelineCacheCreateInfo
impl RefUnwindSafe for PipelineCacheCreateInfo
impl !Send for PipelineCacheCreateInfo
impl !Sync for PipelineCacheCreateInfo
impl Unpin for PipelineCacheCreateInfo
impl UnwindSafe for PipelineCacheCreateInfo
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