Struct vulkanalia_sys::PipelineCacheCreateInfo
source · [−]#[repr(C)]pub struct PipelineCacheCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: PipelineCacheCreateFlags,
pub initial_data_size: usize,
pub initial_data: *const c_void,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: PipelineCacheCreateFlagsinitial_data_size: usizeinitial_data: *const c_voidTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PipelineCacheCreateInfo
impl !Send for PipelineCacheCreateInfo
impl !Sync for PipelineCacheCreateInfo
impl Unpin for PipelineCacheCreateInfo
impl UnwindSafe for PipelineCacheCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more